-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,12 @@ | ||
# RColorLisa | ||
Easily load color palettes from great painters into R. Based on the wonderful work of Ryan McGuire who created the beautiful site [Color Lisa](http://colorlisa.com). | ||
|
||
## Usage | ||
|
||
### Create a sequential palette for usage and show colors | ||
```R | ||
pretty.palette <- color.lisa.pal(5, "The Dream by Pablo Picasso") | ||
image(1:5, 1, as.matrix(1:5), col = pretty.palette, xlab = "The Dream by Pablo Picasso", | ||
ylab = "", xaxt = "n", yaxt = "n", bty = "n") | ||
``` | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.