-
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.
Merge pull request #1 from fhdsl/colorPalettes
color palettes part of package
- Loading branch information
Showing
16 changed files
with
268 additions
and
22 deletions.
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,3 @@ | ||
# Generated by roxygen2: do not edit by hand | ||
|
||
import(palettes) |
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,6 +1,9 @@ | ||
#' @keywords internal | ||
"_PACKAGE" | ||
|
||
## usethis namespace: start | ||
## usethis namespace: end | ||
#' Internal palettes methods | ||
#' | ||
#' @import palettes | ||
#' @keywords internal | ||
#' @name anvil-palette | ||
NULL |
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 |
---|---|---|
@@ -0,0 +1,73 @@ | ||
#' The Analysis Visualization and Informatics Lab-space (AnVIL) Palettes | ||
#' | ||
#' Palettes inspired by the official colors of the AnVIL | ||
|
||
#' @format ## `anvil_palettes` | ||
#' An object of class `palettes_palette` with `r length("anvil_palettes")` | ||
#' colour palettes. Use `names("anvil_palettes")` to return all palette names. | ||
#' @source <https://github.com/fhdsl/AnVILplot> | ||
#' @author [Kate Isaac](https://github.com/kweav) | ||
#' @seealso [pal_palette()], [pal_colour()] | ||
#' @examples | ||
#' # Get all palettes by name. | ||
#' names(anvil_palettes) | ||
#' | ||
#' # Plot all palettes. | ||
#' plot(anvil_palettes) | ||
"anvil_palettes" | ||
|
||
#' @rdname anvil_palettes | ||
#' @format ## `anvil_palette_discrete` | ||
#' An object of class `palettes_palette` with | ||
#' `r length(anvil_palette_discrete)` discrete colour palettes. | ||
#' Use `names(anvil_palette_discrete)` to return all palette names. | ||
"anvil_palette_discrete" | ||
|
||
#' @rdname anvil_palettes | ||
#' @format ## `anvil_palette_sequential` | ||
#' An object of class `palettes_palette` with | ||
#' `r length(anvil_palette_sequential)` sequential colour palettes. | ||
#' Use `names(anvil_palette_sequential)` to return all palette names. | ||
"anvil_palette_sequential" | ||
|
||
#' @rdname anvil_palettes | ||
#' @format ## `anvil_palette_sequential_blues` | ||
#' An object of class `palettes_palette` with | ||
#' `r length(anvil_palette_sequential_blues)` sequential colour palettes. | ||
#' Use `names(anvil_palette_sequential_blues)` to return all palette names. | ||
"anvil_palette_sequential_blues" | ||
|
||
#' @rdname anvil_palettes | ||
#' @format ## `anvil_palette_diverging` | ||
#' An object of class `palettes_palette` with | ||
#' `r length(anvil_palette_diverging)` diverging colour palettes. | ||
#' Use `names(anvil_palette_diverging)` to return all palette names. | ||
"anvil_palette_diverging" | ||
|
||
#' @rdname anvil_palettes | ||
#' @format ## `anvil_palette_full` | ||
#' An object of class `palettes_palette` with | ||
#' `r length(anvil_palette_full)` colour palettes. | ||
#' Use `names(anvil_palette_full)` to return all palette names. | ||
"anvil_palette_full" | ||
|
||
#' @rdname anvil_palettes | ||
#' @format ## `anvil_palette_contrast2` | ||
#' An object of class `palettes_palette` with | ||
#' `r length(anvil_palette_contrast2)` contrasting colour palettes. | ||
#' Use `names(anvil_palette_contrast2)` to return all palette names. | ||
"anvil_palette_contrast2" | ||
|
||
#' @rdname anvil_palettes | ||
#' @format ## `anvil_palette_complement2` | ||
#' An object of class `palettes_palette` with | ||
#' `r length(anvil_palette_complement2)`complementing colour palettes. | ||
#' Use `names(anvil_palette_complement2)` to return all palette names. | ||
"anvil_palette_complement2" | ||
|
||
#' @rdname anvil_palettes | ||
#' @format ## `anvil_palette_single` | ||
#' An object of class `palettes_palette` with | ||
#' `r length(anvil_palette_single)` colour palettes. | ||
#' Use `names(anvil_palette_single)` to return all palette names. | ||
"anvil_palette_single" |
Empty file.
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.