next_squid | R Documentation |
Get the next SQUID (or SQUIDs)
next_squid(x, n = 1, followBy = NULL)
x |
The SQUID or SQUIDs to follow ( |
n |
The number of following SQUIDs you want |
followBy |
When following a vector of SQUIDs, this can be used to specify the distance between the two vectors in centiseconds. |
One or more SQUIDs
exampleSQUID <-
squids::squids(1);
exampleSQUID;
squids::next_squid(exampleSQUID);
### Or for multiple SQUIDs
exampleSQUIDs <-
squids::squids(5);
exampleSQUIDs;
squids::next_squids(exampleSQUIDs, 3);
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.