Sets the assumed radar cross section of an object in cm^2. This function also
updates the migration densities in x$data$dens to eta/rcs when above
sd_vvp_threshold and 0 if below.
See also
Other profile manipulation functions:
bind_into_vpts(),
c.vp(),
clean_mixture(),
filter_precip(),
filter_vpts(),
regularize_vpts(),
sd_vvp_threshold<-()
Examples
# Set the radar cross section for a vp
vp <- example_vp
rcs(vp) <- 11
# Set the radar cross section for a vpts
vpts <- example_vpts
rcs(vpts) <- 11
# Set the radar cross section for a vpi
vpi <- integrate_profile(example_vpts)
rcs(vpi) <- 11
