twoplot_same: twoplot_same

Description Usage Examples

View source: R/twoplot_same.R

Description

This function makes two plots at the same space and summarizes each data. Two vectors are same data

Usage

1
twoplot_same(data, vector1, plot1, vector2, plot2)

Examples

1
twoplot_same(iris, iris$Sepal.Length, "point", iris$Petal.Length, "point")

sparklingyouth/easy.visualize documentation built on June 8, 2020, 12:40 a.m.