Last chance! 50% off unlimited learning
Sale ends in
level.plot
functionmultiple.plot(Data,
coor,
color.gradient='red',
plots.per.window=9,
cex=1,
save.file="no",
name="multiple plot",
ImageSize = "small",
AddPresAbs = NULL,
PresAbsSymbol = c(cex * 0.8, 16, 4))
level.plot
# species occurrences
DataSpecies <- read.csv(system.file("external/species/mammals_table.csv",
package="biomod2"), row.names = 1)
# the name of studied species
myRespName <- c("ConnochaetesGnou", "GuloGulo", "PantheraOnca",
"PteropusGiganteus", "TenrecEcaudatus", "VulpesVulpes")
# the presence/absences data for our species
myResp <- DataSpecies[,myRespName]
# the XY coordinates of species data
myRespXY <- DataSpecies[,c("X_WGS84","Y_WGS84")]
multiple.plot(Data = myResp,
coor = myRespCoord )
Run the code above in your browser using DataLab