report: Creation of HTML reports from ellipsenm main processes

View source: R/report.R

reportR Documentation

Creation of HTML reports from ellipsenm main processes

Description

report creates an HTML file that summarizes all outputs from the main processes that the ellipsenm package performs.

Usage

report(report_type, prediction, projected, output_directory = getwd())

Arguments

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".

Details

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.

Value

An HTML file summarizing results from the main processes that the ellipsenm package performs. Some 3D plots from the rgl package may appear.


marlonecobos/ellipsenm documentation built on Oct. 18, 2023, 8:09 a.m.