p.pllines(x,y,group,lty=c(1,3,2,4),...)list2mat(x, check = TRUE)
p.pllines
is deprecated because basic Rgraphics (but not
S-PLUS) provide its functionality directly: Use plot(x,y, lty
= group, type = 'l', ...)
. list2mat(x)
is usually the same as sapply(x, c)
(where
the latter does not construct column names where x
has no names).
rnls(formula, data, ......)
has been available, improved
in package *.rnls
methods have been completely removed.