pick_length | R Documentation |
Measure objects in the image on click (Medir objetos na imagem ao clicar).
pick_length(im,dpi=NULL,NumPoints=2,col="red")
im |
:Image in ExpImage format (Imagem no formato do ExpImage). |
dpi |
:Dots Per Inch - Number of pixels per inch in the image (Numero de pixels por polegadas na imagem) |
NumPoints |
: Number of points on the segment to be measured (Numero de pontos no segmento que se deseja medir). |
col |
: Font color (Cor da fonte). |
Returns the length of a segment in an image on click (Retorna o comprimento de um segmento em uma imagem ao clicar).
Alcinei Mistico Azevedo (Instituto de ciencias agrarias da UFMG)
pick_color
, 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)
dpi=pick_resolution(im,centimeters=8.5)
dpi$dpi
pick_length(im,dpi = dpi$dpi)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.