Sets the assumed radar cross section in cm^2. This method also updates the migration densities in x$data$dens.

rcs(x) <- value

# S3 method for vp
rcs(x) <- value

# S3 method for list
rcs(x) <- value

# S3 method for vpts
rcs(x) <- value

# S3 method for vpi
rcs(x) <- value

Arguments

x

A vp, list of vp, vpts or vpi object.

value

The cross section value to assign.

Details

See also rcs for retrieving the radar cross section of an object.

Examples

# change or set RCS for a single vertical profile: rcs(example_vp) <- 11 # change or set RCS for a vertical profile time series: rcs(example_vpts) <- 11 # retrieve RCS for a single vertical profile: rcs(example_vp)
#> [1] 11
# retrieve RCS for a vertical profile time series: rcs(example_vpts)
#> [1] 11