I got the following graph with the curve function:
f1 <- function(x){x^4 - 6*(x^2)}
curve(f1, xlim = c(-3, 3), ylim= c(-10, 5), ylab = expression(x^4 - 6*(x^2)))
However, I would like to use the ggplot2 package to reproduce this same gra...
asked on
18.03.2015 / 20:23