Create Biometry Plot
biometryPlot.Rd
This function generates a biometry plot based on the provided data frame. It visualizes the measurements of height, major diameter, and minor diameter for a specific species.
Detalles
The function takes a data frame x
containing the following columns:
especie_code
: The species code.id_individuo
: The individual identifier.altura_cm
: Height in centimeters.dmayor_cm
: Major diameter in centimeters.dmenor_cm
: Minor diameter in centimeters.
The function creates a boxplot for each measurement type and uses custom colors. It also includes half-eye plots and half-point plots.