I used plotly package in R and the below codes to make it: library("plotly") p <- plot_ly( type = 'barpolar', r = c(54.7, 32.6, 8.4, 10.4, ...
確定! 回上一頁