Search notes:

R libraries

Map making / visualizating spacial data

DeducerSpatial, dismo, ggmap, RgoogleMaps, maptools, sp

Find installed libraries, show a library's list of functions

library(), without arguments, displays a list of installed (not necessarily loaded) packages.
library()
With the help=libraryName argument, it displays a list of functions within this library.
library(help=ape)

Index