This function makes two plots at the same space and summarizes each data. Two vectors are same data
1 | twoplot_same(data, vector1, plot1, vector2, plot2)
|
1 | twoplot_same(iris, iris$Sepal.Length, "point", iris$Petal.Length, "point")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.