Diff of /man/palettes.Rd [000000] .. [dfe06d]

Switch to unified view

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