constructor for atctree objects
atctree.Rdconstructor for atctree objects
Usage
atctree(
whichlevs = NULL,
schema = c("none", "full", "anatomical", "therapeutic", "chemical")
)Details
either schema or whichlevs should be specified; (e.g. `schema=full` corresponds to `whichlevs=1:5`)
Examples
h <- atctree(schema="anatomical")
# tree will contain levels 1 and 5
h <- atctree(whichlevs=c(1,2,5))
# bespoke structure