skin.export | R Documentation |
Turn the output from skin.all into a matrix of median trait values
skin.export(color_list, remove_tag = TRUE, green_thresh = -5, red_thresh = 50)
color_list |
Output from skin.all function |
remove_tag |
If TRUE, objects below 'green_thresh' or above 'red_thresh' will be removed from the data before taking median values |
green_thresh |
Minimum CIELAB green-red value for object data to not be removed |
red_thresh |
Maximum CIELAB green-red value for object data to not be removed |
A matrix of the median values of redness, skinning, and lightness for each image
load(system.file("example_data", "skin_exmp.rds", package = "TubAR")) skin.export(skin_exmp, remove_tag=TRUE, green_thresh=-5, red_thresh=50)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.