library(plotly) library(dplyr) fig <- plot_ly() fig <- fig %>% add_pie(data ... Get Manufacturer mtcars$manuf <- sapply(strsplit(rownames(mtcars), ...
確定! 回上一頁