miss {RGeostats}R Documentation

Checks missing values

Description

Returns a logical value that tells whether or not the name which was supplied as an argument to the function is NA.

Usage

miss(x)

Arguments

x

the name of one of the arguments to the function in which the call to missing occurs

Details

Replace the Splus function 'missing' which makes no difference between a mssing argument and an argument defined by default

Value

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.


[Package RGeostats version 14.0.10 Index]