Skip to content

Commit

Permalink
update example data
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanbeaudette committed Dec 23, 2024
1 parent 4624132 commit ef053ba
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
6 changes: 2 additions & 4 deletions R/data-documentation.R
Original file line number Diff line number Diff line change
Expand Up @@ -92,14 +92,12 @@
#' groupedProfilePlot(wilson2022, groups = 'pm',
#' group.name.offset = -15, label = 'biome',
#' name.style = 'center-center', color = 'CIA',
#' cex.names = 0.66, cex.id = 0.66, width = 0.3,
#' depth.axis = FALSE, hz.depths = TRUE)
#' cex.names = 0.66, cex.id = 0.66, width = 0.3)
#'
#' groupedProfilePlot(wilson2022, groups = 'biome',
#' group.name.offset = -15, label = 'pm',
#' name.style = 'center-center', color = 'Fet',
#' cex.names = 0.66, cex.id = 0.66, width = 0.3,
#' depth.axis = FALSE, hz.depths = TRUE)
#' cex.names = 0.66, cex.id = 0.66, width = 0.3)
#'
"wilson2022"

Expand Down
Binary file modified data/wilson2022.rda
Binary file not shown.
8 changes: 4 additions & 4 deletions misc/example-data/sierra-transect/processing.R
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ hzdesgnname(w) <- 'name'

# check
par(mar = c(0, 0, 3, 0))
groupedProfilePlot(w, groups = 'pm', group.name.offset = -15, label = 'biome', name.style = 'center-center', color = 'CIA', cex.names = 0.66, cex.id = 0.66, width = 0.3, plot.depth.axis = FALSE, hz.depths = TRUE)
groupedProfilePlot(w, groups = 'pm', group.name.offset = -15, label = 'biome', name.style = 'center-center', color = 'CIA', cex.names = 0.66, cex.id = 0.66, width = 0.3, depth.axis = FALSE, hz.depths = TRUE)

groupedProfilePlot(w, groups = 'pm', group.name.offset = -15, label = 'biome', name.style = 'center-center', color = 'CaO', cex.names = 0.66, cex.id = 0.66, width = 0.3, plot.depth.axis = FALSE, hz.depths = TRUE)
groupedProfilePlot(w, groups = 'pm', group.name.offset = -15, label = 'biome', name.style = 'center-center', color = 'CaO', cex.names = 0.66, cex.id = 0.66, width = 0.3, depth.axis = FALSE, hz.depths = TRUE)

groupedProfilePlot(w, groups = 'pm', group.name.offset = -15, label = 'biome', name.style = 'center-center', color = 'Fet', cex.names = 0.66, cex.id = 0.66, width = 0.3, plot.depth.axis = FALSE, hz.depths = TRUE)
groupedProfilePlot(w, groups = 'pm', group.name.offset = -15, label = 'biome', name.style = 'center-center', color = 'Fet', cex.names = 0.66, cex.id = 0.66, width = 0.3, depth.axis = FALSE, hz.depths = TRUE)

groupedProfilePlot(w, groups = 'biome', group.name.offset = -15, label = 'pm', name.style = 'center-center', color = 'Fet', cex.names = 0.66, cex.id = 0.66, width = 0.3, plot.depth.axis = FALSE, hz.depths = TRUE)
groupedProfilePlot(w, groups = 'biome', group.name.offset = -15, label = 'pm', name.style = 'center-center', color = 'Fet', cex.names = 0.66, cex.id = 0.66, width = 0.3, depth.axis = FALSE, hz.depths = TRUE)


## re-name and save
Expand Down

0 comments on commit ef053ba

Please sign in to comment.