ident: Identity function

Description Usage Arguments Details Value Note Author(s) See Also Examples

View source: R/ssa.R

Description

This function returns the identity of x.

Usage

1
ident(x)

Arguments

x

any value x

Details

~~ If necessary, more details than the description above ~~

Value

x

returns the identity of x.

Note

~~further notes~~

Author(s)

Patrick Crutcher

See Also

~~objects to See Also as help, ~~~

Examples

1
2
3
4
5
6
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function(x) x

ssa documentation built on May 2, 2019, 5:54 p.m.

Related to ident in ssa...