Returns the currently assumed radar cross section of an object in cm^2.
Usage
rcs(x)
# S3 method for class 'vp'
rcs(x)
# S3 method for class 'list'
rcs(x)
# S3 method for class 'vpts'
rcs(x)
# S3 method for class 'vpi'
rcs(x)
See also
rcs()<-
for setting the radar cross section of an object.
Examples
# Get the radar cross section for a vp
rcs(example_vp)
#> [1] 11
# Get the radar cross section for a vpts
rcs(example_vpts)
#> [1] 11
# Get the radar cross section for a vpi
vpi <- integrate_profile(example_vpts)
rcs(vpi)
#> [1] 11