This website works better with JavaScript.
Home
Explore
Help
Sign In
marcelcosta
/
CitFuns
Watch
1
Star
0
Fork
0
Code
Issues
4
Pull Requests
Projects
Releases
Wiki
Activity
Browse Source
Añadir función col2
main
Costa
2 years ago
parent
e88abb5cb5
commit
45998a290b
2 changed files
with
15 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
R/col2.R
+12
-0
man/col2.Rd
+ 3
- 0
R/col2.R
View File
@ -0,0 +1,3 @@
col2
<-
colorRampPalette
(
rev
(
c
(
"
#67001F"
,
"
#B2182B"
,
"
#D6604D"
,
"
#F4A582"
,
"
#FDDBC7"
,
"
#FFFFFF"
,
"
#D1E5F0"
,
"
#92C5DE"
,
"
#4393C3"
,
"
#2166AC"
,
"
#053061"
)
)
)
+ 12
- 0
man/col2.Rd
View File
@ -0,0 +1,12 @@
\name{col2}
\alias{col2}
\title{Col2}
\usage{
col2(n)
}
\description{
Generates a palette of blue-white-red.
}
\examples{
col2(100)
}
Write
Preview
Loading…
Cancel
Save