Learn R Programming

bioRad (version 0.5.2)

rcs: Get radar cross section

Description

Returns the currently assumed radar cross section of an object in cm^2.

Usage

rcs(x)

# S3 method for vp rcs(x)

# S3 method for list rcs(x)

# S3 method for vpts rcs(x)

# S3 method for vpi rcs(x)

Arguments

x

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

Value

The radar cross section in cm^2.

See Also

Examples

Run this code
# NOT RUN {
# Get the radar cross section for a vp
vp <- example_vp
rcs(vp)

# Get the radar cross section for a vpts
vpts <- example_vpts
rcs(vpts)

# Get the radar cross section for a vpi
vpi <- integrate_profile(example_vpts)
rcs(vpi)
# }

Run the code above in your browser using DataLab