Faster plot via RGL
fplot(x, y, z = NULL, xlab, ylab, ..., z.col = topo.colors(64),
data = parent.frame(), add = FALSE)
X variable
Y variable
Z variable (optional)
x-axis label
y-axis label
additional arggument to lower-level plot functions
Color
data.frame
If TRUE use current active device
# NOT RUN {
if (interactive()) {
data(iris)
fplot(Sepal.Length ~ Petal.Length+Species, data=iris, size=2, type="s")
}
# }
Run the code above in your browser using DataLab