Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/profoundEllipse.R
Draws multiple ellipses on a plot window.
1 | profoundDrawEllipse(xcen = 0, ycen = 0, rad = 1, axrat = 1, ang = 0, box = 0, ...)
|
xcen |
Numeric vector; x centre/s of the ellipse/s. |
ycen |
Numeric vector; y centre/s of the ellipse/s. |
rad |
Numeric vector; the major axis extent of the ellipse/s. |
axrat |
Numeric vector; the axial ratio of the ellipse/s as given by radlo/radhi. |
ang |
Numeric vector; the angle of the ellipse/s in the usual ProFit sense, see |
box |
Numeric vector; the boxiness of the ellipse/s in the usual ProFit sense, see |
... |
Further arguments to be passed to |
This function uses all the standard ProFit
conventions to define the input parameters
No value is returned, this function is run purely for the side effect of drawing an ellipse.
Aaron Robotham
profoundGetEllipsesPlot
, profoundGetEllipses
, profoundGetEllipse
1 2 3 4 5 6 7 8 9 | ## Not run:
image=readFITS(system.file("extdata", 'VIKING/mystery_VIKING_Z.fits', package="ProFound"))
profound=profoundProFound(image, magzero=30, verbose=TRUE, plot=TRUE)
profoundDrawEllipse(profound$segstats$xcen, profound$segstats$ycen,
profound$segstats$R100/0.339, profound$segstats$axrat, profound$segstats$ang,
col='white', lty=2)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.