scatter.plot: scatter.plot

Description Usage Arguments Value Examples

View source: R/scatterplot.R

Description

scatter plot

Usage

1
scatter.plot(data, fac1, fac2 = NULL, y)

Arguments

data, fac1, fac2, y

Value

scatter plots

Examples

1
2
3
4
a<-as.factor(c(rep(1,3),rep(2,3),rep(3,3),rep(4,3)))
b<-as.factor(rep(c(1,2,3),4))
y<-c(97.6,97.3,96.7,98.6,98.2,96.9,99,98,97.9,98,97.7,96.5)
z<-data.frame(a,b,y)

linkinjy/rmaeng2 documentation built on Jan. 26, 2021, 11:22 p.m.