"preLoglin" Objects

DESCRIPTION:

Tests for objects that inherit from class preLoglin.

USAGE:

is.preLoglin(x) 

REQUIRED ARGUMENTS:

x
the object to be tested.

VALUE:

TRUE if the object x inherits from class "preLoglin". FALSE otherwise.

SEE ALSO:

.

EXAMPLES:

crime.pre <- preLoglin(data = crime) 
is.preLoglin(x = crime.pre)