getCTVs {biocViews} | R Documentation |
iterate over a list of views, creating a ctv object for each view
getCTVs(vpal, vocab)
vpal |
vpal – output of packAssoc2viewlist |
vocab |
vocab – biocViews vocabulary graph |
getCTVs uses makeCTV repetitively
a list of ctv objects suitable for serialization to HTML
Vince Carey <stvjc@channing.harvard.edu>
data(pal) vpal <- packAssoc2viewlist(pal) data(bcVoc) ct <- getCTVs( vpal, bcVoc ) ct[[1]]