library( "rmacrolite" )
# Path to an example par-file
par_file_path <- system.file( "par-files",
"chat_winCer_GW-X_900gHa_d182.par",
package = "rmacrolite" )
# Import the example par-file
par_file <- rmacroliteImportParFile(
file = par_file_path )
# Clean-up
rm( par_file_path, par_file )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.