Learn R Programming

bioRad (version 0.5.1)

rcs<-: Set radar cross section

Description

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

Usage

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 or vpts object

value

the cross section value to assign

Details

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

Examples

Run this code
# NOT RUN {
# load example data
data(example_vp)
data(example_vpts)

# 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)

# retrieve RCS for a vertical profile time series:
rcs(example_vpts)
# }

Run the code above in your browser using DataLab