Skip to content

possible naming collisions #22

@rpruim

Description

@rpruim

Currently, size and alpha (and a few other things) are arguments for mod_plot(). This means that using those as variable names in the model will preclude using ... to set their values.

Going forward, if we want to allow things like size = ~var1 (to map size to var1) but also possibly size = 7 (to set the value of a variable in the model), then we have an ambiguity. A similar things happens in gf_dist(), see ProjectMOSAIC/ggformula#74 for one possible solution. That solution would be to use plot_size for the plot property when size is a variable in the model.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions