https://github.com/cran/spate
Raw File
Tip revision: ec818f8ca109a586808fa23d9658237f897cfed4 authored by Fabio Sigrist on 02 November 2022, 07:42:28 UTC
version 1.7.4
Tip revision: ec818f8
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