rcs: Get radar cross section

View source: R/rcs.R

rcsR Documentation

Get radar cross section

Description

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)

Arguments

x

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

Value

The radar cross section in cm^2.

See Also

  • rcs()<- for setting the radar cross section of an object.

  • sd_vvp_threshold()

Examples

# Get the radar cross section for a vp
rcs(example_vp)

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

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

adokter/birdRad documentation built on Feb. 1, 2024, 3:40 p.m.