Description Usage Arguments Details Value Author(s) Examples
View source: R/rampInterpolate.R
Returns a colour scheme that interpolates colours between values.
1  | rampInterpolate(limits, ramp, ...)
 | 
limits | 
 A vector, the min and max of which specify the ramp limits.  | 
ramp | 
 A vector of colour values that are passed to colorRamp  | 
... | 
 Further arguments passed to colorRamp  | 
The rampInterpolate colour scheme maps from the min and max of the limits argument to a colour ramp generated by the standard R colorRamp function.
A colourscheme function that interpolates in a colour ramp.
Barry Rowlingson <b.rowlingson@lancaster.ac.uk>
1 2 3 4 5 6 7 8 9  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.