FUNCTION_DESCRIPTION
index_D(
x,
plot = FALSE,
fill = c("female", "male", "both"),
r = NULL,
Trait = 1
)
A data frame containing summary statistics.
Logical; if true a plot of densities is returned, Default: FALSE
Specify which sex to be filled with color in the plot; either "male" in blue color, "female" in pink color or "both", Default: 'female'
Number of row for a desired trait, Default: NULL
Number of column containing trait names as factors, Default: 1
A tibble and a graphical representation of the chosen traits and their corresponding dissimilarity indices
DETAILS