File: coord_sf.md

package info (click to toggle)
r-cran-ggplot2 3.5.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,944 kB
  • sloc: sh: 15; makefile: 5
file content (29 lines) | stat: -rw-r--r-- 716 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# axis labels can be set manually

    `breaks` and `labels` along `x` direction have different lengths.

---

    `breaks` and `labels` along `y` direction have different lengths.

---

    Graticule labeling format not recognized.

---

    Panel labeling format not recognized.

# default crs works

    Scale limits cannot be mapped onto spatial coordinates in `coord_sf()`.
    i Consider setting `lims_method = "geometry_bbox"` or `default_crs = NULL`.

# coord_sf() throws error when limits are badly specified

    `xlim` must be a vector of length 2, not a <ScaleContinuousPosition/ScaleContinuous/Scale/ggproto/gg> object.

---

    `ylim` must be a vector of length 2, not an integer vector of length 3.