Learn R Programming

R package sfcentral

Spatial centrallity and dispersion statistics

Description:

This package is a collection of functions for computing centrographic statistics (e.g., central points, standard distance, standard deviation ellipse, standard deviation box) for observations taken at point locations. The library was conceived to be used in a spatial tidyverse context.

Installation:

From CRAN repositories:

install.packages("sfcentral")

From source code in GitLab

# install.packages("remotes")
remotes::install_gitlab('gavg712/sfcentral')

Troubleshooting

Any issue found? Please let me know. Report bus, issues, etc. at:

Copy Link

Version

Install

install.packages('sfcentral')

Monthly Downloads

517

Version

0.1.0

License

GPL (>= 3)

Maintainer

Gabriel V. Gaona

Last Published

March 12th, 2024

Functions in sfcentral (0.1.0)

st_central_point

Spatial centrality
sfcentral-package

sfcentral: Spatial Centrality and Dispersion Statistics
st_sd_box

Standard deviation box calculator in 2D or 3D
st_sd_ellipse

Standard deviation ellipse calculator
st_sd_distance

Standard deviation distance calculator