View source: R/html_calibration.R
html_calibration | R Documentation |
html_calibration creates an HTML file that summarizes all outputs from model calibration, evaluation, and selection.
html_calibration(path = getwd(), file.name)
path |
directory where the HTML file will be written; current directory by default. |
file.name |
(character) name of the HTML file without extension (e.g., "calibration_results") |
This function is used along with the functions kuenm_ceval
kuenm_cal_swd
.
An HTML file summarizing results from model calibration, evaluation, and selection.
path <- getwd() # directory with outputs of the kuenm_ceval function
name <- "evaluation_results"
## Not run:
html_calibration(path = path, file.name = name)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.