View source: R/collapse_expand.R
expand_recolorize | R Documentation |
Expand aspects of a recolorize object for other functions
expand_recolorize(
recolorize_obj,
original_img = FALSE,
recolored_img = FALSE,
sizes = FALSE
)
recolorize_obj |
A |
original_img |
Logical. Return original image as numeric array? |
recolored_img |
Logical. Return recolored image as numeric array? |
sizes |
Logical. Return cluster sizes (as number of pixels)? |
A recolorize
object with the indicated additional elements,
as well as the original elements.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.