Skip to content

Commit 553f9c7

Browse files
committed
doc: minor edits
1 parent 2076fb6 commit 553f9c7

4 files changed

Lines changed: 8 additions & 10 deletions

File tree

R/calc_crwidth.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#' Predict tree crown widths using species-specific equations
1+
#' Predict individual tree crown width using species-specific equations
22
#'
3-
#' `calc_crwidth()` computes tree crown width using species-specific
3+
#' `calc_crwidth()` predicts tree crown width using species-specific
44
#' regression equations from the literature.
55
#'
66
#' @details

R/calc_ht_metrics.R

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#' Calculate stand height metrics
1+
#' Calculate stand height metrics from tree list data
22
#'
33
#' `calc_ht_metrics()` computes several stand height metrics for a given tree
44
#' list.
@@ -26,7 +26,7 @@
2626
#'
2727
#' For the purpose of height calculations, metrics based on
2828
#' "canopy dominant/co-dominant" include open grown trees, i.e., include trees
29-
#' with FIA crown class code `CCLCD` of `1` (open grown), `2` (dominant) or `3`
29+
#' with FIA crown class codes `CCLCD` of `1` (open grown), `2` (dominant) or `3`
3030
#' (co-dominant), but exclude trees with `CCLCD` of `4` (intermediate) or `5`
3131
#' (over-topped).
3232
#'
@@ -42,7 +42,6 @@
4242
#'
4343
#' @examples
4444
#' calc_ht_metrics(plantation)
45-
#'
4645
#' @export
4746
calc_ht_metrics <- function(tree_list, digits = 1) {
4847

man/calc_crwidth.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/calc_ht_metrics.Rd

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)