showDigitizedImage {RFishBC} | R Documentation |
Show points selected on a structure image and saved in an R data file
Description
Show points selected on a structure image to represent annuli that were saved to an R data file using digitizeRadii
. This allows the user to reexamine the selected points or overlay selected points from multiple readings of the structure.
Usage
showDigitizedImage(
nms,
deviceType,
pch.show,
col.show,
cex.show,
connect,
col.connect,
lwd.connect,
col.scaleBar,
lwd.scaleBar,
showScaleBarLength,
cex.scaleBar,
showAnnuliLabels,
annuliLabels,
col.ann,
cex.ann,
offset.ann
)
Arguments
nms |
A string (or vector of strings) that indicates the R data file(s) created with |
deviceType |
See details in |
pch.show |
See details in |
col.show |
See details in |
cex.show |
See details in |
connect |
See details in |
col.connect |
See details in |
lwd.connect |
See details in |
col.scaleBar |
See details in |
lwd.scaleBar |
See details in |
showScaleBarLength |
See details in |
cex.scaleBar |
See details in |
showAnnuliLabels |
See details in |
annuliLabels |
See details in |
col.ann |
See details in |
cex.ann |
See details in |
offset.ann |
See details in |
Details
This function requires interaction from the user. A detailed description of its use is in this vignette on the RFishBC website.
Value
A list that contains the size of the window in windowSize
and the pixel width to height ratio in pixW2H
. In addition, an image is plotted with, at least, the selected points.
Author(s)
Derek H. Ogle, DerekOgle51@gmail.com
See Also
digitizeRadii
and RFBCoptions
.
Examples
## None because this requires interaction from the user.
## See the link to the extensive documentation in the Details.