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 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
# theme validation happens at build stage
The `text` theme element must be a <element_text> object.
---
Theme element `text` must have class <element_text>
# incorrect theme specifications throw meaningful errors
Problem merging the `line` theme element
Caused by error in `merge_element()`:
! Only elements of the same class can be merged
---
Theme element `line` must have class <element_line>
---
Theme element `test` has "NULL" property without default: fill, colour, linewidth, and linetype
# element tree can be modified
The `blablabla` theme element is not defined in the element hierarchy.
---
The `blablabla` theme element must be a character or numeric vector.
---
The `blablabla` theme element must be a <unit> object.
---
The `blablabla` theme element must be a <element_text> object.
# Theme elements are checked during build
`plot.title.position` should be either "\"panel\"" or "\"plot\"".
---
`plot.caption.position` should be either "\"panel\"" or "\"plot\"".
---
`plot.tag.position` should be a coordinate or one of "topleft", "top", "topright", "left", "right", "bottomleft", "bottom", or "bottomright"
|