c.rats | R Documentation |
Various rats objects can be combined if their x values don't overlap, and if they share the same frequency and timeUnit.
## S3 method for class 'rats'
c(...)
... |
a rats object.
a1 = rats(runif(10),start=20, frequency=10)
a2 = rats(letters[1:22], start=0, end=2.1, frequency = 10)
a3 = rats(rep(0,13),start = 21, frequency = 10, timeUnit = "second")
l = list(a1,a2,a3)
print(l)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.