highest_squid | R Documentation |
Finding extreme (highest or lowest) SQUIDs
highest_squid(x)
lowest_squid(x)
x |
A vector of SQUIDs (or a list of vectors, which will be
recursively |
The highest or lowest SQUID
squids::highest_squid(
squids::squids(5)
);
squids::lowest_squid(
squids::squids(5)
);
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.