scatter_plot_all: scatte plot all

Description Usage Arguments Value

View source: R/scatter_plot_all.R

Description

scatter plot all attributs of a dataset or dataframe

Usage

1
2
scatter_plot_all(df, col_x = NULL, col_color = NULL,
  col_shape = NULL, col_size = NULL)

Arguments

df

A dataframe from sctr_plt()

col_x

the column to be plotted on the x-axis

col_color

the column to determine color of points

col_shape

the column to be determine shape of points

col_size

the column to be determine size of points

Value

a list of scatter plots


salhasan/beyondggplot documentation built on Dec. 19, 2020, 1:32 p.m.