Package-level declarations
Functions
Link copied to clipboard
fun coordCartesian(xlim: Pair<Any?, Any?>? = null, ylim: Pair<Any?, Any?>? = null, flip: Boolean = false): OptionsMap
The Cartesian coordinate system is the most familiar and common type of coordinate system. Setting limits on the coordinate system will zoom the plot (like you're looking at it with a magnifying glass), and will not change the underlying data like setting limits on a scale will.
Link copied to clipboard
Link copied to clipboard
fun coordMap(xlim: Pair<Any?, Any?>? = null, ylim: Pair<Any?, Any?>? = 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.