Not Yet Implemented Functions and Unused Arguments

Usage

.NotYetImplemented()
.NotYetUsed(arg)

symbols(...)
plot.lm(...)

Description

In order to pinpoint missing functionality, the R core team uses these functions for missing R functions and not yet used arguments of existing R functions.

You are very welcome to contribute your code......

See Also

the contrary, Deprecated and Defunct for outdated code.

Examples

symbols 		# to see how the ``NotYetImplemented''
.NotYetImplemented	# reference is made automagically


[Package Contents]