fmichonneau / phylobase

An R package that provides a base S4 class for comparative methods, incorporating one or more trees and trait data
17 stars 0 forks source link

allow NULL/NA for label replacement functions #2

Closed fmichonneau closed 9 years ago

fmichonneau commented 10 years ago
tipLabels(tree) <- NA
tipLabels(tree) <- NA
nodeLabels(tree) <- NA
nodeLabels(tree) <- NULL

should all work