pick_count | R Documentation |
Count objects by clicking on the image (Contar objetos clicando na imagem)
pick_count(im,cex=1,col="red")
im |
:Image in ExpImage format (Imagem no formato do ExpImage). |
cex |
:Font size (Tamanho da fonte) |
col |
: Font color (Cor da fonte). |
Returns the number of objects in an image (Retorna o numero de objetos em uma imagem).
Alcinei Mistico Azevedo (Instituto de ciencias agrarias da UFMG)
pick_length
, pick_resolution
## Not run:
# Not run: Depende da interacao com uma interface grafica
#(It depends on interaction with a graphical interface).
im=read_image(example_image(3),plot=TRUE)
pick_count(im)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.