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