n_fun <- function(x){ return(data.frame(y = 0.95*70, label = length(x))) } ggplot(data = chloride, aes(x = month, y = result_va)) + ...
確定! 回上一頁