load ggplot2 package to make the graphs require(ggplot2) ... facet (condition) the graph base on the male variable p + geom_line() + facet_grid(. ~ male).
確定! 回上一頁