dead.trees.growth(
dt = list(dbh.mm = data.frame (t0 = c(75, 90, 25, 24)),
height.dm = data.frame(t0 = c(190, 210, 110, 90))),
growth = data.frame(dbh.inc.mm = c(7, 9, 2, 1),
hgt.inc.dm = c(11, 12, 8, 10)),
this.period = "t0"
)
Run the code above in your browser using DataLab