https://github.com/cran/spate
Raw File
Tip revision: f0c29d71fe48e77d5df8d9bd42646e87af5e0dcf authored by Fabio Sigrist on 24 September 2019, 09:10:03 UTC
version 1.6
Tip revision: f0c29d7
cols.Rd
\name{cols}
\alias{cols}
%- Also NEED an '\alias' for EACH other topic documented here.
\title{
Function that returns the color scale for 'image()'.
}
\description{
Function that returns the color scale for 'image()'. This function is a
simplification of the function 'tim.colors()' from the 'fields' package.
}
\usage{
cols()
}

\value{
A vector with colors.
}
\references{
Fields Development Team (2006). fields: Tools for Spatial Data. National Center for Atmospheric Research, Boulder, CO. URL http://www.cgd.ucar.edu/Software/Fields. 
}
\author{
Fabio Sigrist
}
back to top