We can now use ggplot and its geom_path geometry to obtain a single parallel plot library("ggplot2") ggplot(mtcarsmelted, aes(x = variable, ...
確定! 回上一頁