clplot: Make a Command-Line Plot

Description Usage Arguments Examples

Description

clplot Makes a plot in the command line. Observations are split linearly into three groups ., x & X by frequency.

Usage

1
clplot(x, y, plot.size = 10)

Arguments

x

A numeric vector. NAs are removed.

y

A numeric vector. NAs are removed.

plot.size

Integer; number of bins.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
clplot(1:100, 1:100)


##     1 12 23 34 45 56 67 78 89 100
## 100                           x
## 89                         x
## 78                      x
## 67                   x
## 56                x
## 45             x
## 34          x
## 23       x
## 12    x
## 1   x

InfProbSciX/PeRLib documentation built on May 15, 2019, 8:56 p.m.