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
x | A |
---|---|
value | The cross section value to assign. |
See also rcs for retrieving the radar cross section of an object.
# 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#> [1] 11