vecprint | R Documentation |
Print beginning and end of big vector
vecprint(x, maxlength = 16, digits = getOption("digits"))
## S3 method for class 'vecprint'
print(x, quote = FALSE, ...)
x |
a vector |
maxlength |
max number of elements for printing |
digits |
see |
quote |
see |
... |
see |
a list of class 'vecprint' with components
subscript |
a list with two vectors of subscripts: vector begin and vector end |
example |
the extracted example vector as.character including seperator |
sep |
the row seperator ":" |
Jens Oehlschlägel
matprint
vecprint(10000:1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.