The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
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[@]metanet.ch.

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.