Skip to content

Dealing with formula #339

@devSJR

Description

@devSJR

Hello. It would be great if tinyplot can deal with more complex formulas because it behaves different from base plot. I think this is on the to-do list. I just wanted to put it here

mtcars

par(mfrow = c(1,2))
plt(mpg/hp ~ wt, data = mtcars)
plot(mpg/hp ~ wt, data = mtcars)

Image

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