RSF_add_layer: RSF_add_layer

Description Usage Arguments Examples

Description

This function allows to add some layers (height) to a 3 dimensions rsf (meaning a rsf file with already two heights). The new rsf file will be created in the same folder, with the extra height(s) tagged in the file name. Note that the maximum and minimum height levels are used to interpolate or extrapolate. In case of extrapolation, at least 20m difference is recommended in-between min and max level height

Usage

1
RSF_add_layer(rsf3D_file, layer_H, output_name = rsf3D_file)

Arguments

rsf3D_file:

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

layer_H:

vector containing the level height to add.

output_name:

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

Examples

1
2
Add height 30 and 217 to the rsf file "[3D][12S_-0.1]RSF-CFD_Douglas_West.rsf" :
RSF_add_layer(rsf3D_file = "[3D][12S_-0.1]RSF-CFD_Douglas_West.rsf",layer_H = c(30,217))

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