View source: R/scaling_general.R
rescale | R Documentation |
Simple linear rescaling of positions
rescale(pos, newmin = -1, newmax = 1, oldmin = min(pos), oldmax = max(pos))
pos |
position data to be rescaled |
newmin |
indicates the minimum of the new scale (default is -1) |
newmax |
indicates the maximum of the new scale (default is +1) |
oldmin |
indicates the minimum of the existing scale. Can be used to rescale from a known theoretical scale (e.g. -100). If left empty the empirical minimum is used. |
oldmax |
indicates the maximum of the existing. See above. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.