remove.outline | R Documentation |
A function for removing an otolith outline from the file 'outline.list'. Typically done if the image is of bad quality and needs to be enhanced in a image processing software
remove.outline(object, folder = "", fname = "")
object |
A |
folder |
The folder name where the outline that needs to be removed is stored |
fname |
The file name of the outline to be removed |
shapeR
object
Lisa Anne Libungan
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
## Not run: #Use test data from example in Libungan and Palsson (2015): shape = shapeR("ShapeAnalysis/","FISH.csv") shape = detect.outline(shape) #If otolith outline in folder IC named 403_1 needs to be removed shape = remove.outline(shape, "IC", "403_1") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.