Skip to content

plot.Desc.numfact with type="dens" should allow non-default xlab and ylab (Desc plots) #145

@GegznaV

Description

@GegznaV

This code results in an error. For consistency, ylab

Desc(temperature ~ driver, data = d.pizza) |> plot(xlab = "ok", ylab = "ok", type="dens")
Error in PlotMultiDens.default(z, xlim = xlim, col = col, args.legend = args.legend,  : 
  formal argument "ylab" matched by multiple actual arguments

And the following code doesn't change axis labels either:

Desc(temperature ~ driver, data = d.pizza) |> plot(xlab = "ok", type="dens")

Without type="dens" works as expected.

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