Skip to content

Commit

Permalink
plotSPC syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanbeaudette committed Oct 24, 2024
1 parent 5577b38 commit a2cde8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/fetchOSD.R
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@
#' # moist soil colors
#' par(mar=c(0,0,0,0), mfrow=c(2,1))
#' plot(s.moist, name='hzname',
#' cex.names=0.85, axis.line.offset=-4)
#' cex.names=0.85, depth.axis = list(line = -4))
#' plot(s.dry, name='hzname',
#' cex.names=0.85, axis.line.offset=-4)
#' cex.names=0.85, depth.axis = list(line = -4))
#'
#' # extended mode: return a list with SPC + summary tables
#' x <- fetchOSD(s.list, extended = TRUE, colorState = 'dry')
Expand Down
4 changes: 2 additions & 2 deletions man/fetchOSD.Rd

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

0 comments on commit a2cde8f

Please sign in to comment.