A list of limits and projections in proj.in and proj.out formats.
Arguments
data
Data frame or a spatial object containing data for which the limits should be calculated.
lon, lat
Names of longitude and latitude columns in data as character or integer index. If NULL, the column names are guessed.
proj.in
Original CRS projection. Must be defined as character argument.
proj.out
Resulting map projection. See transform_coord.
expand.factor
Expansion factor for map limits. Set to NULL to ignore.
verbose
Logical indicating whether information about the projection and guessed column names should be returned as message. Set to FALSE to make the function silent.
Author
Mikko Vihtakari
Details
This is an internal function, which is automatically run by the basemap function.
See Also
Other customize shapefiles:
reorder_layers(),
theme_map()