data(iris) # data set
data <- iris[,3:4]
cls <- iris[,5] # data class
Scatter(data, ellipse = TRUE, ellipse.level = 0.95, rectangle = FALSE,
title = NA, xlabel = NA, ylabel = NA, posleg = 1, boxleg = FALSE,
axes = FALSE, size = 1.1, grid = TRUE, color = TRUE, linlab = NA,
class = cls, classcolor = c("goldenrod3","blue","red"),
savptc = FALSE, width = 3236, height = 2000, res = 300)
Scatter(data, ellipse = FALSE, ellipse.level = 0.95, rectangle = TRUE,
title = NA, xlabel = NA, ylabel = NA, posleg = 1, boxleg = TRUE,
axes = FALSE, size = 1.1, grid = TRUE, color = TRUE, linlab = NA,
class = cls, classcolor = c("goldenrod3","blue","red"),
savptc = FALSE, width = 3236, height = 2000, res = 300)
Run the code above in your browser using DataLab