| Defunct {base} | R Documentation |
The functions listed here are no longer part of R as they are not needed (any more).
.Defunct() Version() provide(package) .Provided category(...) dnchisq(.) pnchisq(.) qnchisq(.) rnchisq(.) print.anova.glm(.) print.anova.lm(.) print.tabular(.) print.plot(.) save.plot(.) system.test(.)
category has been an old-S function before there were factors;
should be replaced by factor throughout!
The *chisq() functions now take an optional non-centrality
argument, so the *nchisq() functions are no longer needed.
The new function dev.print() should now be used for saving
plots to a file or printing them.
provide and its object .Provided have been removed.
They were never used for their intended purpose, to allow one
package to subsume another.
.Defunct is the function to which defunct functions are set.