po.to.wc {dplR} | R Documentation |
Convert Pith Offset to Wood Completeness
Description
This function creates a partial wood completeness data structure based on pith offset data.
Usage
po.to.wc(po)
Arguments
po |
A |
Details
Uses pith.offset - 1
as the number of missing heartwood
rings.
Value
A data.frame
containing one variable of wood completeness data:
n.missing.heartwood
(integer
type). This can be
used as input to write.tridas
.
Author(s)
Mikko Korpela
See Also
Examples
## Not run:
library(utils)
data(gp.po)
all(wc.to.po(po.to.wc(gp.po)) == gp.po)
## End(Not run)
[Package dplR version 1.7.7 Index]