html_calibration: Creation of an HTML file with results from model calibration

View source: R/html_calibration.R

html_calibrationR Documentation

Creation of an HTML file with results from model calibration

Description

html_calibration creates an HTML file that summarizes all outputs from model calibration, evaluation, and selection.

Usage

html_calibration(path = getwd(), file.name)

Arguments

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

Details

This function is used along with the functions kuenm_ceval kuenm_cal_swd.

Value

An HTML file summarizing results from model calibration, evaluation, and selection.

Examples

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)

manubio13/ku.enm documentation built on Jan. 5, 2024, 5:55 a.m.