panda_locations_df | R Documentation |
This dataset, panda_locations_df, is a data frame containing giant panda location data. The dataset includes 147 observations and 4 variables, representing spatial and temporal coordinates of tracked panda movements. This dataset can be used for spatial analysis, movement modeling, or wildlife tracking applications.
data(panda_locations_df)
A data frame with 147 observations and 4 variables:
Timestamp of location observation (numeric)
X coordinate (numeric)
Y coordinate (numeric)
Z coordinate (integer)
The dataset name has been kept as 'panda_locations_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the ChinAPIs package and assists users in identifying its specific characteristics. The suffix 'df' indicates that the dataset is a data frame. The original content has not been modified in any way.
Data taken from the mkde package version 0.3
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.