Returns the currently assumed radar cross section of an object in cm^2.
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)
x | A |
---|
The radar cross section in cm^2.
rcs()<-
for setting the radar cross section of an object.
# Get the radar cross section for a vp vp <- example_vp rcs(vp)#> [1] 11# Get the radar cross section for a vpts vpts <- example_vpts rcs(vpts)#> [1] 11#> [1] 11