Description Usage Arguments Examples
Pass the output of extract.growth with every individual's growth (full), and another after outliers have been trimmed. This finds the records trimmed and overlays them on the entire graph. If a model is submitted, then the curves are graphed too.
1 2 3 | graph.outliers.spp(full, trimmed, spname = "gustsu", fit = NULL,
size = "agb", export = NULL, xtitle = "log(agb)",
ytitle = "growth")
|
fit |
A fitted model. |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | ## Not run:
full = extract.growthdata(
census1 = bciex::bci12t5mini,
census2 = bciex::bci12t6mini,
growcol = 'incgr',
growthfunc = growth.biomass.indiv,
logit = 'x',
rounddown = FALSE,
mindbh = 100,
dbhunit = 'mm',
err.limit = 4000,
maxgrow = 7500
)
trimmed = extract.growthdata(
census1 = bciex::bci12t5mini,
census2 = bciex::bci12t6mini,
growcol = 'incgr',
growthfunc = growth.biomass.indiv,
logit = 'x',
rounddown = FALSE,
mindbh = 100,
dbhunit = 'mm',
err.limit = 4,
maxgrow = 75
)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.