## Not run:
#
# avisMapSpecies("Bubo bubo", "phys")
#
# # if interested in several species, you can explore the database using avisMapSpecies
# avisMapSpecies (list("Tyto alba", "Athene noctua", "Bubo bubo", "Strix aluco"),
# maptype="phys")
#
# # and you can save those maps individually using the tiff function
#
# directory<- "C:/your_directory"
# species<- list("Tyto alba", "Athene noctua", "Bubo bubo", "Strix aluco")
# for (x in species){
# tiff (file.path (directory, paste ("/", x, ".tiff", sep="")))
# avisMapSpecies (x)
# dev.off()
# }
#
# ## End(Not run)
Run the code above in your browser using DataLab