rospo.colors: colors and palette

Description Format Details Source Examples

Description

colors and palette

Format

The format is: chr [1:5] "#FF0000" "#00A08A" "#F2AD00" "#F98400" "#5BBCD6"

Details

col.grey.unipd col.red.unipd pal.uno pal.due pal.tre pal.unipd pal.unipd.76

Source

obtained ~~

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
data(pal.uno)
data(pal.due)
data(pal.tre)
data(pal.unipd)
data(pal.unipd76)

X=t(matrix(1:10,10,4))
matplot(X, type = "b", pch = c(15,17,19), lwd=5,lty=1,col=pal.uno,main="pal.uno")
matplot(X, type = "b", pch = c(15,17,19), lwd=5,lty=1,col=pal.unipd,main="pal.unipd")
matplot(X, type = "b", pch = c(15,17,19), lwd=5,lty=1,col=pal.due,main="pal.due")
matplot(X, type = "b", pch = c(15,17,19), lwd=5,lty=1,col=pal.tre,main="pal.tre")

livioivil/rospo documentation built on Nov. 26, 2019, 5:36 p.m.