has_tipvals {glinvci} | R Documentation |
glinv_gauss
model contains trait values at their tips.Returns true if and only if the glinv_gauss
model were initialised with X=NULL
and the user had never called set_tips
on it.
has_tipvals(mod)
## S3 method for class 'glinv_gauss'
has_tipvals(mod)
## S3 method for class 'glinv'
has_tipvals(mod)
mod |
A |
A Boolean. True if mod
contains tip trait values and false otherwise.