Displaying 1 result from an estimated 1 matches for "posar".
Did you mean:
polar
2020 Oct 20
1
Dibujar un gráfico con 4 terms - ggeffects + plot
...uot;)
)
plot(df)
Luego he arreglado el gráfico usando:
df <- ggpredict(m.glob.pre.anu
, terms = c("pre", "area_m2", "sum.vs.win")
)
plot(df)+
labs(title = "Predicted number of annuals" # falla al posar 4 terms en el
df
,x = "MAP"
,y = "Proportion of annuals"
) +
scale_x_continuous(breaks = c(-2,0,2)
, labels= etiquetas
) +
labs(color="Area")
Pero me interesa más el modelo con 4...