Ad01

Ad02

viernes, 13 de enero de 2023

Regresión lineal en RStudio con ggplot, lenguaje R

 ggplot(totparcelas, aes(x=biomaiz, y=renmaiz)) + geom_point() +

      stat_smooth(method = "lm", col = "red") +

      labs(title = "Relacion entre el rendimiento y biomasa del maiz. Adj R2=0.8387") +

      labs(y="Rendimiento (kg/ha)", x = "Biomasa (kg/ha)")



No hay comentarios.:

Publicar un comentario

Ad3