Dear researchers

I analysed the relationship between some environmental factors and distribution of Cladophora glomerata macroalgae. I tried to find a best model by Generalized Additive Models (non-liner method). I used R software for this purpose and resulted this figure. Now I can interpret the results. anyone could help me? It should be noted that  "S" is salinity, "O" is Oxygen, "Nitri" is Nitrit, "Silic" is Silicate and "Phos" is Phosphate in the figure.

here is the script: 

mod_gam2=gam(C.glomerata~+s(S)+

s(O)+s(Nitrit)+s(Silic)+s(Phos),data=cg)

summary(mod_gam2)

plot(mod_gam2, pages=1, residuals=T, pch=19, cex=0.25,

scheme=1, col='#FF8000' , shade=T, shade.col='gray90' )

Thanks

More Mohammad Hasan Gerami's questions See All
Similar questions and discussions