R package that provides analysis and ggplot2 based plotting functions for Generalized Additive Model fitting (GAM).
To install RgamPkg enter the following command lines from an R console:
install.packages("devtools")
devtools::install_github("deandevl/RgamPkg")
In your R application file include the package:
library(RgamPkg)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.