Learn R Programming

istat (version 1.1.1)

plot_interactive: Plot dataset interactively

Description

Build different types of exploratory graphs (scatter plot, bar plot, pie chart). You can interactively choose the plot that you want create. Once you have chosen the plot, you can interactively choose the variables from the data set for which you want to build the plot.

Usage

plot_interactive(df)

Value

It returns the chosen plot.

Arguments

df

data set as data.frame

Examples

Run this code
if(interactive()) {
  plot_interactive(iris)
}

Run the code above in your browser using DataLab