Learn R Programming

epifit (version 0.1.2)

modes: Get the type or storage mode of an object.

Description

Get the type or storage mode of an object.

Usage

modes(x)

Arguments

x
any R object.

Details

This function has the almost same functionality as storage.mode except for recognition of factor. Intended for inner use in showContents, which must be able to be specified outside of showContents function.

See Also

showContents, storage.mode.