Skip to content

Commit

Permalink
Grid coloring
Browse files Browse the repository at this point in the history
  • Loading branch information
dansmith01 committed Apr 13, 2023
1 parent 2e9323f commit 904f1cf
Show file tree
Hide file tree
Showing 110 changed files with 1,727 additions and 1,710 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
.Ruserdata
.vignettes
rbiom.Rproj
TODO.txt
docker.sh
src/*.o
src/*.so
src/*.dll
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: rbiom
Type: Package
Title: Read/Write, Transform, and Summarize 'BIOM' Data
Version: 1.0.3.9084
Version: 1.0.3.9085
Date: 2023-04-04
Authors@R:
person("Daniel P.", "Smith",
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ importFrom("rlang",
"%||%", "enquo", "quo_name", "get_env",
"is_na", "is_null", "is_empty", "is_list",
"is_true", "is_false", "is_logical", "is_scalar_logical",
"is_atomic", "is_scalar_atomic",
"is_character", "is_scalar_character", "is_string",
"is_integerish", "is_scalar_integerish",
"is_double", "is_scalar_double")
Expand Down
2 changes: 1 addition & 1 deletion R/adiv_boxplot.r
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
#' color.by = "Body Site"
#' color.by = list('Body Site' = "bright")
#' color.by = list('Body Site' = c("Stool", "Saliva"))
#' color.by = list('Body Site' = list('values' = c("Stool", "Saliva"), 'palette' = "bright"))
#' color.by = list('Body Site' = list('values' = c("Stool", "Saliva"), 'colors' = "bright"))
#' color.by = list('Body Site' = c('Stool' = "blue", 'Saliva' = "green"))
#'
#' ## Patterns --------------------------
Expand Down
Loading

0 comments on commit 904f1cf

Please sign in to comment.