Learn R Programming

fastStat (version 1.4)

list.plot: Scatter Plot for Single Value

Description

Scatter Plot for Single Value

Usage

list.plot(x, label = "x")

Arguments

x

vector, dataframe or matrix

label

labels for points. If label equals x, defaulted, id will be added. If label equals y, y value will be added. If label equals xy, id and y value will be added.

Value

sactter

Examples

Run this code
# NOT RUN {
    list.plot(mtcars)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab