plot_df: Plot a scatterplot of the input dataset

Description Usage Arguments Examples

Description

Plot a scatterplot of the input dataset

Usage

1
plot_df(df, x, y, color_use)

Arguments

df

the data frame

x

the column-id of x-dim

y

the column-id of y-dim

color

the column-id of

Examples

1
plot_df(df = iris,x = 1,y = 2,color_use = 5)

YutongWangUMich/toyexample documentation built on May 6, 2019, 11:16 a.m.