Faster plot via RGL
fplot(
x,
y,
z = NULL,
xlab,
ylab,
...,
z.col = topo.colors(64),
data = parent.frame(),
add = FALSE,
aspect = c(1, 1),
zoom = 0.8
)
if (interactive()) {
data(iris)
fplot(Sepal.Length ~ Petal.Length+Species, data=iris, size=2, type="s")
}