Using ggplot2

Split screen multiple plots. ... The command to make the plot is ggplot even if the package is called ggplot2: The following command will work... ggplot(as.data.frame(g))... but the plot will be an "empty" gray square. The reason is that while ggplot2 reads everthing in g it needs . ................
................