After installing packages devtools
and getPass
, package biodivMapR
can then be installed with the folloqing command line in R session, where uname
is your gitlab.irstea.fr username:
devtools::install_git('https://github.com/jbferet/biodivMapR.git')
A tutorial vignette showing the main steps of the processing can be visualised with the following command line:
rstudioapi::viewer(system.file('doc', 'tutorial.html', package='biodivMapR'))
or for non Rstudio session:
vignette('tutorial', package='biodivMapR')
The corresponding script is available in file examples/tutorial.R
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.