show.original.with.outline {shapeR} | R Documentation |
Show the extracted outline on top of the original image
Description
A function which displayes the outlines which were extracted from the image in the "Fixed" folder on top of the corresponding image in the "Original" folder.
Usage
show.original.with.outline(object, folder, fname)
Arguments
object |
A |
folder |
The folder name where the image is stored |
fname |
Image file name. Not including the extension ".jpg" |
Value
None
Author(s)
Lisa Anne Libungan
References
Libungan LA and Palsson S (2015) ShapeR: An R Package to Study Otolith Shape Variation among Fish Populations. PLoS ONE 10(3): e0121102. https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0121102
Examples
## Not run:
#Follow the example in Libungan and Palsson (2015) and run the following lines:
show.original.with.outline(shape,"IC","403_2")
## End(Not run)
[Package shapeR version 1.0-1 Index]