View source: R/compare_image.R
compare_image | R Documentation |
This function compares the size of images (Esta funcao compara o tamanho das imagens).
compare_image(imgs=NULL,filesnames=NULL,path = NULL)
imgs |
:List object containing the images (Objeto do tipo lista contendo as imagens). |
filesnames |
:Images names (Nomes das imagens). |
path |
:Path files (Endereco das pastas). |
Return images size (Retorna o tamanho das imagens).
Alcinei Mistico Azevedo (Instituto de ciencias agrarias da UFMG)
info_image
, read_image
#Carregando imagens de exemplo
im1=read_image(example_image(1))
im2=read_image(example_image(2))
im3=read_image(example_image(3))
#Comparando o tamanho das imagens
compare_image(list(im1,im2,im3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.