We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
plot.Desc.numfact
type="dens"
xlab
ylab
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This code results in an error. For consistency,
ylab
And the following code doesn't change axis labels either:
Without
type="dens"
works as expected.The text was updated successfully, but these errors were encountered: