iFun {qAnalyst} | R Documentation |
Internal function to create sequences
Description
iFun
is an internal function to create a sequence from 1 to n, where n=length(x).
Usage
iFun(x)
Arguments
x |
a numeric vector |
Details
iFun is a simple internal function, used by plot method.
Value
a sequence vector.
Note
Internal function
Author(s)
Giorgio Spedicato and Andrea Spano'
References
Internal function
See Also
Examples
#very simple example
x=c(4,5,8,2,3)
output=iFun(x)
output
# 1 2 3 4 5
[Package qAnalyst version 0.6.4 Index]