RSF_scale: RSF_scale

Description Usage Arguments Examples

Description

This function allows to add scale a rsf with a factor x. The new rsf file will be created in the same folder, with the scale factor tagged in the file name. Note that the scale is purely apply to the A parameter of the weibull distribution (k stay unchanged)

Usage

1
RSF_scale(rsf_file, scale_factor, output_name = rsf_file)

Arguments

rsf_file:

Input *.rsf file name (name should be surrounded by "").

scale_factor:

the A value of the rsf will be multiply by this value.

output_name:

Output *.rsf file name " (name should be surrounded by "").

Examples

1
2
Scale the rsf file "RSF-CFD_Douglas_West.rsf" by 1.11 (add 11 percents to the wind speed)  :
RSF_scale(rsf_file_file = "RSF-CFD_Douglas_West.rsf",scale = 1.11)

Umercia/rsf documentation built on May 9, 2019, 9:38 p.m.