R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {
  S7::methods_register()
}

utils::globalVariables(
  c(
    ":=",
    "biomass_models",
    "cumulative_before",
    "d",
    "dclass",
    "dg",
    "g_ha",
    "h",
    "h0",
    "n",
    "nt",
    "nt_sel",
    "ntrees",
    "ntrees_ha",
    "remaining_to_extract",
    "weighted.mean",
    ".cumtrees",
    ".data",
    ".do",
    ".nmax"
  )
)

Try the silviculture package in your browser

Any scripts or data that you put into this service are public.

silviculture documentation built on Nov. 5, 2025, 7:13 p.m.