The following R packages are required for proper installation: remotes
ggplot2
gplots
.
Install these from the R prompt by running
install.packages(c("ggplot2", "gplots"))
Install from R using the install_github
function provided by the remotes
package.
library(remotes)
install_github(repo="stefanavey/aveytoolkit")
For a detailed description of the functions in this package, see the reference manual.
You can also browse the documentation via HTML files after installing
library(aveytoolkit)
browseIndex("aveytoolkit")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.