Skip to contents

This dataset, Savannah_trees, is a data frame containing the locations and species classification of trees in a plot in the Savannah River, South Carolina, USA. The dataset includes 734 observations and 4 variables, covering spatial coordinates, tree vitality, and species. All values are preserved as in the original source, with no modifications.

Usage

data(Savannah_trees)

Format

A data frame with 734 observations and 4 variables:

x

X-coordinate of the tree location (numeric)

y

Y-coordinate of the tree location (numeric)

live

Tree vitality indicator (integer)

sp

Species classification (factor)

Source

Data taken from the nnspat package version 0.1.2

Details

The dataset name has been kept as 'Savannah_trees' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the BioWorldR package and assists users in identifying its specific characteristics. The suffix 'df' is not used here because the dataset is identified by its function within BioWorldR. The original content has not been modified.