GLBFP is an R package designed for estimating densities using the General Linear Blend Frequency Polygon (GLBFP) approach. It includes tools for estimating densities at specific points and across datasets, as well as visualization tools for one and two-dimensional data..
You can install this package directly from GitHub using remotes:
# Install the remotes package if not already installed
install.packages("remotes")
# Install GLBFP from GitHub
remotes::install_github("AurelienNicosiaULaval/GLBFP")Once installed, load the package with:
library(GLBFP)If you would like to contribute:
-
Fork this repository on GitHub.
-
Clone it to your local machine.
-
Create a new branch for your modifications.
-
Submit a Pull Request.