
Last chance! 50% off unlimited learning
Sale ends in
asVector(object)
asVector
generic instead of as.vector
. The
as.vector
function is internal and not easily extended.
Currently the only class with an asVector
method is the
xyVector
class.xyVector
require(stats)
ispl <- interpSpline( weight ~ height, women )
pred <- predict(ispl)
class(pred)
utils::str(pred)
asVector(pred)
Run the code above in your browser using DataLab