GetHillNumbers
GetHillNumbers.Rd
This function calculates the Hill numbers for a given mmo object, normalization method, and order of the Hill number without considering feature dissimilarity.
Usage
GetHillNumbers(
mmo,
normalization = "None",
q = 0,
filter_feature = FALSE,
feature_list = NULL
)
Arguments
- mmo
The mmo object containing feature data and metadata
- normalization
The normalization method to use for feature data. Options are 'None', 'Log', 'Meancentered', or 'Z' (default: 'None')
- q
The order of the Hill number to calculate (default: 0)
- filter_feature
A boolean indicating whether to filter the feature data by a specific list (default: FALSE)
- feature_list
A list of feature names to filter the feature data by, if filter_feature is TRUE (default: NULL)