Learn R Programming

TCHazaRds (version 1.1.2)

tunedParams: Update Parameter List to Calibrated Values

Description

Update Parameter List to Calibrated Values

Usage

tunedParams(
  paramsTable,
  infile = system.file("extdata/tuningParams/QLD_modelSummaryTable.csv", package =
    "TCHazaRds")
)

Value

list of params with updated tuning wind parameters.

Arguments

paramsTable

Global parameters to compute TC Hazards.

infile

File containing tuning parameters in a .csv. Default for QLD calibration.

Examples

Run this code
paramsTable <- read.csv(system.file("extdata/tuningParams/defult_params.csv",package = "TCHazaRds"))

tunedParams(paramsTable)

Run the code above in your browser using DataLab