scaleStack | R Documentation |
Scales the pixel values of an image stack between a new maximum and minimum values.
scaleStack(Stack, newMin = 0, newMax = 1)
Stack |
an image stack object |
newMin |
the new minimum pixel value (default=0) |
newMax |
the new maximum pixel value (default=1) |
An array of the same dimensions as Stack
with scaled pixel values.
Alessio Veneziano
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.