View source: R/itrax_munsell.R
itrax_munsell | R Documentation |
Reads a colour calibrated Itrax image file and processes it to estimate Munsell colour.
itrax_munsell(image, proportion = 0.1)
image |
defines the name of the image file imported using 'itrax_image()'. It is essential that the image has been colour calibrated using a colour card or other method. |
proportion |
defines the width down the centre of the image to use for processing |
a table of values
## Not run:
itrax_image(file = system.file("extdata",
"CD166_19_S1_optical_lowres.tif",
package = "itraxR",
mustWork = TRUE),
meta = system.file("extdata",
"CD166_19_S1_xrf_document.txt",
package = "itraxR",
mustWork = TRUE),
plot = FALSE) %>%
magrittr::extract2(1) %>%
itrax_munsell() %>%
dplyr::slice_sample(n = 10)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.