Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Tompalski committed Mar 5, 2024
1 parent 1c545ce commit 524082c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/metrics_dispersion.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#'
#' m1 <- cloud_metrics(las, ~metrics_dispersion(z = Z))
#'
#' m2 <- pixel_metrics(las, ~metrics_dispersion(z = Z, dz = 2, zmax = 30), res = 20)
#' m2 <- pixel_metrics(las, ~metrics_dispersion(z = Z, dz = 2, zmax = 30), res = 20)


metrics_dispersion <- function(z, dz=1, zmin=NA, zmax=NA) {
Expand Down
2 changes: 1 addition & 1 deletion man/metrics_dispersion.Rd

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

0 comments on commit 524082c

Please sign in to comment.