The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

Ranked Dot Plots for Nominal Variables

library(nomiShape)

Ranked Dot Plots

The ranked_dotplot() function creates a dot plot for a nominal variable, ordering categories from the most frequent to the least frequent.

# Example usage of ranked_dotplot
ranked_dotplot(categories, "animal")

# Example with connecting line
ranked_dotplot(categories, "animal", connect = TRUE)

# Example with percent scale
ranked_dotplot(mpg, "manufacturer", scale = "percent")

ranked_dotplot(mpg, "manufacturer", connect = TRUE, shade = TRUE, scale = "percent")

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.