po.to.wc | R Documentation |
This function creates a partial wood completeness data structure based on pith offset data.
po.to.wc(po)
po |
A |
Uses pith.offset - 1
as the number of missing heartwood
rings.
A data.frame
containing one variable of wood completeness data:
n.missing.heartwood
(integer
type). This can be
used as input to write.tridas
.
Mikko Korpela
wc.to.po
, rcs
, write.tridas
## Not run:
library(utils)
data(gp.po)
all(wc.to.po(po.to.wc(gp.po)) == gp.po)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.