Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 12-plottting2.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ yarrr::piratepal("evildead",
Once you find a color palette you like, you can save the colors as a vector and assigning the result to an object. For example, if I want to use the `"google"` palette and use them in a barplot, I would do the following:

```{r}
# Save the South Park palette to a vector
# Save the google palette to a vector
google.cols <- piratepal(palette = "google",
trans = .2)

Expand Down