miss {RGeostats} | R Documentation |
Returns a logical value that tells whether or not the name which was supplied as an argument to the function is NA.
miss(x)
x |
the name of one of the arguments to the function in which the call to missing occurs |
Replace the Splus function 'missing' which makes no difference between a mssing argument and an argument defined by default
TRUE if the current call did not supply the argument named, FALSE if it did. It is an error if the argument to missing is not the name of an argument.