File: geom-dotplot.md

package info (click to toggle)
r-cran-ggplot2 4.0.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 11,084 kB
  • sloc: sh: 15; makefile: 5
file content (24 lines) | stat: -rw-r--r-- 717 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
# NA's result in warning from stat_bindot

    Removed 2 rows containing missing values or values outside the scale range (`stat_bindot()`).

# weight aesthetic is checked

    Computation failed in `stat_bindot()`.
    Caused by error in `compute_group()`:
    ! `weight` must be nonnegative integers, not a double vector.

---

    Computation failed in `stat_bindot()`.
    Caused by error in `compute_group()`:
    ! `weight` must be nonnegative integers, not a double vector.

# geom_dotplot draws correctly

    Removed 2 rows containing missing values or values outside the scale range (`stat_bindot()`).

---

    Removed 2 rows containing missing values or values outside the scale range (`stat_bindot()`).