[dfe06d]: / man / palettes.Rd

Download this file

27 lines (24 with data), 546 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/palettes.R
\name{chains_pal}
\alias{chains_pal}
\alias{outbreaker_palettes}
\alias{cases_pal}
\title{Color palettes used in outbreaker}
\usage{
chains_pal(n)
cases_pal(n)
}
\arguments{
\item{n}{a number of colors to be created}
}
\description{
These functions are different color palettes (color-generating functions)
used in outbreaker.
}
\examples{
plot(1:8, col = chains_pal(8), cex = 10, pch = 20)
}
\author{
Thibaut Jombart (\email{thibautjombart@gmail.com})
}