View source: R/calibration_palette.R
calibration_palette | R Documentation |
This function creates a palette for color calibration of images.(Esta funcao cria uma paleta para calibracao das cores de imagens).
calibration_palette(n=4,px=500,file=NULL,plot=TRUE)
n |
:Number of color tones to be created (n.n.n). Numero de tons de cores que se deseja criar (n.n.n). |
px |
:Number of rows and columns in the image (Numero de linhas e de colunas na imagem). |
file |
:Address of the file to be created (Endereco do arquivo a ser criado). |
plot |
:Plot the image (Plota a imagem). |
Returns an image with a color palette (Retorna um imagem com uma paleta de cores).
Alcinei Mistico Azevedo (Instituto de ciencias agrarias da UFMG)
info_image
, read_image
im=calibration_palette(n=4,px = 500)
im=calibration_palette(n=3,px = 100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.