diff --git a/R/data-documentation.R b/R/data-documentation.R index baa09d78e..ab78a0ced 100644 --- a/R/data-documentation.R +++ b/R/data-documentation.R @@ -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" diff --git a/data/wilson2022.rda b/data/wilson2022.rda index 3c25d9d97..8aa323113 100644 Binary files a/data/wilson2022.rda and b/data/wilson2022.rda differ diff --git a/misc/example-data/sierra-transect/processing.R b/misc/example-data/sierra-transect/processing.R index fe945077b..7fbe1dc0b 100644 --- a/misc/example-data/sierra-transect/processing.R +++ b/misc/example-data/sierra-transect/processing.R @@ -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