|
38 | 38 | #' Literature source of the species coefficients (see References)} |
39 | 39 | #' } |
40 | 40 | #' @examples |
41 | | -#' # Abies grandis |
42 | 41 | #' cw_coef[cw_coef$SPCD == 17, ] |
43 | 42 | #' @source |
44 | 43 | #' Toney et al. 2009. A stem-map model for predicting tree canopy cover of |
|
47 | 46 | #' @references |
48 | 47 | #' Bechtold, W.A. 2003. Crown-Diameter Prediction Models for 87 Species of |
49 | 48 | #' Stand-Grown Trees in the Eastern United States. _Southern Journal of Applied |
50 | | -#' Forestry_, Vol. 27, No. 4, 269-278. |
| 49 | +#' Forestry_, 27(4): 269-278. |
51 | 50 | #' |
52 | 51 | #' Bechtold, W.A. 2004. Largest-Crown-Width Prediction Models for 53 Species in |
53 | | -#' the Western United States. _Western Journal of Applied Forestry_, Vol. 19, |
54 | | -#' No. 4, 245-251. |
| 52 | +#' the Western United States. _Western Journal of Applied Forestry_, 19(4): |
| 53 | +#' 245-251. |
55 | 54 | #' |
56 | 55 | #' Gill, S.J., G.S. Biging, E.C. Murphy. 2000. Modeling conifer tree crown |
57 | | -#' radius and estimating canopy cover. _Forest Ecology and Management_, 126, |
| 56 | +#' radius and estimating canopy cover. _Forest Ecology and Management_, 126(3): |
58 | 57 | #' 405-416. |
59 | 58 | "cw_coef" |
60 | 59 |
|
|
74 | 73 | #' equations for some species. |
75 | 74 | #' |
76 | 75 | #' Adjustment is based on the proportion of crown width predicted for 5-in. |
77 | | -#' (12.7 cm) diameter, at each 1-in. (2.54 cm) increment below that. Intermediate |
78 | | -#' values are interpolated in the crown width prediction method. Mean adjustment |
79 | | -#' factors are used if a species-specific adjustment is not available. |
| 76 | +#' (12.7 cm) diameter, at each 1-in. (2.54 cm) increment below that. |
| 77 | +#' Intermediate values are interpolated in the crown width prediction method. |
| 78 | +#' Mean adjustment factors are used if a species-specific adjustment is not |
| 79 | +#' available. |
80 | 80 | #' |
81 | 81 | #' @format ## `cw_sapling_adj` |
82 | 82 | #' A data frame with 23 rows and 5 columns: |
|
92 | 92 | #' CW adjustment factor at 4 in. DIA relative to 5 in. DIA} |
93 | 93 | #' } |
94 | 94 | #' @examples |
95 | | -#' # Tsuga canadensis |
96 | 95 | #' cw_coef[cw_coef$SPCD == 261, ] |
97 | 96 | #' |
98 | 97 | #' cw_sapling_adj[cw_sapling_adj$SPCD == 261, ] |
|
0 commit comments