For file 'AntaresiaMorphologicalSamples.xlsx' the unit of measurement for all variables (where applicable) is cm For file 'AntaresiaGL.rdata', this needs to be read using the R package dartR. Below instructions to install package and read file: ##### Installation ##### # install.packages("devtools") # library(devtools) # if (!requireNamespace("BiocManager", quietly = TRUE)) # install.packages("BiocManager") # BiocManager::install(version = "3.10") # BiocManager::install(c("qvalue", "SNPRelate")) # # install_github("green-striped-gecko/dartR") ###### LOAD ######## library(dartR) gl <- readRDS(file = "AntaresiaGL.rdata")