📜  r 中的 R 平方回归与 ggplot - R 编程语言代码示例

📅  最后修改于: 2022-03-11 14:52:00.093000             🧑  作者: Mango

代码示例1
+ geom_smooth(method=lm, se=F) +
    stat_poly_eq(formula = my.formula, 
                 aes(label = paste(..eq.label.., ..rr.label.., sep = "~~~")), 
                 parse = T)