In the below code chunk, shouldn't "lines" be "l"? And the same for "points" -> "p"?
|
"lines" = type_lines, |
|
"lm" = type_lm, |
|
"loess" = type_loess, |
|
"pointrange" = type_pointrange, |
|
"points" = type_points, |
@vincentarelbundock I believe section goes back to you in ec4962b#diff-d6fbdd17c7d31c58cbbb80fa0e5be1b555404a61b03ad35e99d6e8cfecec1523
Am I missing something obvious about why these should be "points" and "lines" rather than "l" and "p"?
In the below code chunk, shouldn't
"lines"be"l"? And the same for"points"->"p"?tinyplot/R/sanitize.R
Lines 49 to 53 in 9a56785
@vincentarelbundock I believe section goes back to you in ec4962b#diff-d6fbdd17c7d31c58cbbb80fa0e5be1b555404a61b03ad35e99d6e8cfecec1523
Am I missing something obvious about why these should be "points" and "lines" rather than "l" and "p"?