# 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