View source: R/qts-sample-class.R
| append | R Documentation |
QTS Sample Concatenation
append(x, ...)
## Default S3 method:
append(x, values, after = length(x), ...)
## S3 method for class 'qts_sample'
append(x, y, ...)
x |
Either a numeric vector or an object of class |
... |
Extra arguments to be passed on to next methods. |
values |
to be included in the modified vector. |
after |
a subscript, after which the values are to be appended. |
y |
Either a numeric vector or an object of class |
If x is a numeric vector, the output is a numeric vector containing
the values in x with the elements of values appended after the
specified element of x. If x is of class qts_sample, the output is
another object of class qts_sample containing the elements in x and
the ones in y appended after the last element of x.
append(vespa64$igp, vespa64$igp[1])
append(vespa64$igp, vespa64$igp[[1]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.