coord Map
fun coordMap(xlim: <Error class: unknown class><Number?, Number?>? = null, ylim: <Error class: unknown class><Number?, Number?>? = null, flip: Boolean = false): OptionsMap
Projects a portion of the earth, which is approximately spherical, onto a flat 2D plane. Map projections do not, in general, preserve straight lines, so this requires considerable computation.
Parameters
xlim
Limits for x-axes.
ylim
Limits for y-axes.
flip
Flips the coordinate system axis so that horizontal axis becomes vertical and vice versa.