Skip to contents

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.

Usage

data(panda_locations_df)

Format

A data frame with 147 observations and 4 variables:

time

Timestamp of location observation (numeric)

x

X coordinate (numeric)

y

Y coordinate (numeric)

z

Z coordinate (integer)

Source

Data taken from the mkde package version 0.3

Details

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.