Skip to content

Mistake in type_sanitize? #322

@grantmcdermott

Description

@grantmcdermott

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

"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"?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions