npe_update_subplots {neonPlantEcology} | R Documentation |
The 2024 release features a change in subplot names. This function changes subplot names of the Plant Presence and Percent Cover raw list object from the old format to the new format, to ensure backwards compatibility. This is mostly an internal helper function
npe_update_subplots(neon_div_object)
neon_div_object |
a list downloaded using npe_download containing Plant Presence and Percent Cover data |
a
data("D14")
D14_updated <- npe_update_subplots(D14)