Skip to content

Commit

Permalink
attempting another CRAN submission
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanbeaudette committed Aug 25, 2023
1 parent 1265a8e commit 71aaaaa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion R/aggregateColor.R
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@
#' # aggregate colors over horizon-level attribute: 'genhz'
#' a <- aggregateColor(sp1, groups = 'genhz', col = 'soil_color')
#'
#' # check results
#' str(a)
#'
#' \dontrun{
#' # aggregate colors over site-level attribute: 'group'
#' a <- aggregateColor(sp1, groups = 'group', col = 'soil_color')
#'
Expand Down Expand Up @@ -90,7 +94,7 @@
#'
#' # inspect aggregate data
#' a$aggregate.data
#'
#' }
#'
aggregateColor <- function(x, groups = 'genhz', col = 'soil_color', colorSpace = 'CIE2000', k = NULL, profile_wt = NULL, mixingMethod = c('estimate', 'exact')) {

Expand Down
6 changes: 5 additions & 1 deletion man/aggregateColor.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 71aaaaa

Please sign in to comment.