processAbunAnom {vectorsurvR} | R Documentation |
‘processAbunAnom()' processes the output returned from 'getAbundanceAnomaly()' into a long form suitable for plotting using ’ggplot'
processAbunAnom(AbAnomOutput)
AbAnomOutput |
output from 'getAbunAnom()' |
Abundance anomaly output processed into long form
AbAnOut = getAbundanceAnomaly(sample_collections,
interval = "Biweek",
target_year = 2020,
species_list = c("Cx tarsalis", "Cx pipiens"),
species_separate = TRUE)
AbAnOut_L = processAbunAnom(AbAnOut)