Learn R Programming

bioRad (version 0.4.0)

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

Examples

Run this code
# NOT RUN {
# change RCS for a single vertical profile:
rcs(example_vp) <- 20
# }

Run the code above in your browser using DataLab