scatterplot: show the attributes of our data in scatterplot.

Description Usage Arguments Value Author(s)

View source: R/scatterplot.R

Description

when we get data initially, it is difficult for us to find the attributes of data diretly, so we can use the scatterplot to express the paired data in scatterplot, so that we can get the most common data and the biggest frequency of range.

Usage

1
scatterplot(data,x_data,y_data,x_lab,y_lab,title)

Arguments

data

data we have already collected.

x_data

data we set to be x-axis

y_data

data we set to be y-axis

x_lab

the label of x-axis

y_lab

the label of y-axis

title

the title of this scatterplot

Value

the scatterplot using data data_x and data_y

Author(s)

Sheng Wang


swang3/timestudy documentation built on May 29, 2019, 9:52 a.m.