library(ggplot2). plot_hist <- function(counts, title = "Histogram") {. fdf <- as.data.frame(table(counts)). pl <- (ggplot(fdf,aes(x=counts,y=Freq,ymin=0 ...
確定! 回上一頁