R/saveDigitizedImage.R
saveDigitizedImage.RdSave to a file the structure image with points to represent annuli that were saved to an R data file using digitizeRadii. This allows the user to create a file of their selections that could be printed.
saveDigitizedImage(
nms,
fileType = c("jpeg", "png", "pdf"),
suffix = "_marked",
res = 72,
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
)A string (or vector of strings) that indicates the R data file(s) created with digitizeRadii. If missing the user will be provided a dialog box from which to choose the file(s). The file(s) must be in the current working directory (see getwd result). May also be a single RFishBC object created with digitizeRadii.
Choose file type to be jpeg, png, or pdf.
A string that will be appended to each saved filename prior to the extension. Defaults to “_marked”.
Device (for jpeg and png) resolution. Defaults to 72.
See details in RFBCoptions.
See details in RFBCoptions.
See details in RFBCoptions.
See details in RFBCoptions.
See details in RFBCoptions.
See details in RFBCoptions.
See details in RFBCoptions.
See details in RFBCoptions.
See details in RFBCoptions.
See details in RFBCoptions.
See details in RFBCoptions.
See details in RFBCoptions.
See details in RFBCoptions.
See details in RFBCoptions.
See details in RFBCoptions.
None, but a file is created in the working directory.
None.
showDigitizedImage, digitizeRadii, RFBCoptions, and jpeg, png, and pdf.
## None because this requires interaction from the user.
## See the link to the extensive documentation in the Details.