plot_Ico | R Documentation |
Plot Ico class image. Set the matrix containing the marks coordinates in the scars argument, the function returns them on the image.
plot_Ico(image.ico, xpos = 820, ypos = 0)
image.ico |
Ico.object: Ico class image |
xpos |
numeric: window x coordinates |
ypos |
numeric: window xycoordinates |
Ico.object: plotted class Ico image
Antonio Profico, Flavia Strani, Pasquale Raia, Daniel DeMiguel
## Not run:
# A. brevirostris case-study
#load image
data("A_br_pic")
#plot image
plot_Ico(A_br_pic)
# C. elaphus eostephanoceros case-study
#load image
data("C_el_pic")
#plot image
plot_Ico(C_el_pic)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.