Generic functions to analyze the distribution of two continuous variables: 'conf2d' to calculate a smooth empirical confidence region, and 'freq2d' to calculate a frequency distribution.
The package can be installed from
CRAN using the install.packages
command:
install.packages("r2d2")
For a summary of the package:
library(r2d2)
?r2d2
The package is developed openly on GitHub.
Feel free to open an issue there if you encounter problems or have suggestions for future versions.
The current development version can be installed using:
library(remotes)
install_github("arni-magnusson/r2d2")