report | R Documentation |
report creates an HTML file that summarizes all outputs from the main processes that the ellipsenm package performs.
report(report_type, prediction, projected, output_directory = getwd())
prediction |
(character) if report_type = "enm". Type of prediction that was performed, oprions are: "suitability", "mahalanobis", and "both". |
projected |
(logical) if report_type = "enm", whether or not the model was projected to distinct scenarios. |
output_directory |
(character) name of the directory where the HTML file will be produced. Default = working directory. |
repor_type |
(character) type of report to be produced. Options are: "calibration", "enm", and "overlap". |
This function is used along with the ellipsoid_model
,
ellipsoid_calibration, and ellipsoid_overlap functions. To obtain nice reports
a css file with format instructions should exist. See report_format
.
An HTML file summarizing results from the main processes that the ellipsenm package performs. Some 3D plots from the rgl package may appear.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.