Skip to contents

This dataset, `nc_points`, is a data frame containing a set of spatial point coordinates representing mildly clustered points in North Carolina, United States. The dataset consists of 2,304 observations and 2 variables, corresponding to the X and Y coordinates of the points. The data can be used for examples of point pattern analysis, clustering, or spatial statistics.

Usage

data(nc_points)

Format

A data frame with 2,304 observations and 2 variables:

X

X coordinate (numeric)

Y

Y coordinate (numeric)

Source

Data taken from the chopin package version 0.9.4

Details

The dataset name has been kept as `nc_points` to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the `lightsf` package and assists users in identifying its specific characteristics. The suffix does not include `_df` because the dataset primarily represents a spatial point pattern rather than general tabular survey data. The original content has not been modified in any way.