View source: R/saveDigitizedImage.R
saveDigitizedImage | R Documentation |
Save 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
)
nms |
A string (or vector of strings) that indicates the R data file(s) created with |
fileType |
Choose file type to be |
suffix |
A string that will be appended to each saved filename prior to the extension. Defaults to “_marked”. |
res |
Device (for jpeg and png) resolution. Defaults to 72. |
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 |
None.
None, but a file is created in the working directory.
Derek H. Ogle, DerekOgle51@gmail.com
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.