| dplot | R Documentation | 
Plots dotplot of grouped data
dplot(
  y,
  group,
  ylab = "",
  xlab = "",
  log = F,
  dotsize = NULL,
  binwidth = 0.02,
  title = NULL,
  ylim = NULL,
  text.size = NULL
)
| y | numeric vector of data | 
| group | length(y) vector of catageories | 
| ylab | y axis label (=”) | 
| xlab | x axis label (=”) | 
| log | logical flag whether to plot y axis in log format (=FALSE) | 
| dotsize | integer dot size to plot with, as function of 0.02 category width plot real estate (= NULL) | 
| binwidth | numeric binwidth of histogram in units of data quantiles (= NULL) | 
| title | character title of plot (=”) | 
| ylim | y limits of plot (= NULL) | 
| text.size | text size of legend (= NULL) | 
Marcin Imielinski
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.