predict_annular | R Documentation |
Solves a fitted model from fit_annular
for the PSF of the radial
cummulative PSF at requested radius.
predict_annular(
r,
fit,
type = c("psf", "dpsf", "cpsf"),
press = NULL,
tpred = NULL
)
r |
The radial distances (km) at which the model should be evaluated. |
fit |
A model fit from |
type |
Type of prediction: 'psf', 'dpsf', or 'cumpsf'. See Details. |
press |
Pressure in mbar or NULL. See details. |
tpred |
Third predictor to be used when predicting a sectorial fit in annular geomtry. |
If type = cumpsf, the model fit to the cumulative PSF will be evaluated at the desired radius points. If type = dpsf, the area derivative the PSF dPSF/dArea is returned. If type == psf, quadrature is used to on the average area derivative of the annulus and scaled by the area of the annulus. Note that in this case, r will be sorted and the returned values are for the mid points of the input vector of radius, so will have a length of length(r) - 1. Default is to return the PSF.
A numeric vetor with the PSF, dPSF/dArea or cumulative PSF.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.