Description Usage
View source: R/plot_array.R
plot array
1 2 3 4 5 6 7 8 9
plot_array( x = seq(iris$Sepal.Length), y = list(a = iris$Sepal.Length, b = iris$Sepal.Width, c = iris$Petal.Length), xim = range(x), ylim = range(y), xlab = "x", ylab = "y", subtitle = names(y) )
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.