npe_update_subplots {neonPlantEcology}R Documentation

Change subplot names

Description

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

Usage

npe_update_subplots(neon_div_object)

Arguments

neon_div_object

a list downloaded using npe_download containing Plant Presence and Percent Cover data

Value

a

Examples

data("D14")
D14_updated <- npe_update_subplots(D14)

[Package neonPlantEcology version 1.6.1 Index]