Description Usage Arguments Value Author(s) References See Also Examples
View source: R/plot.variability.R
Plots a variability diagram from a 'variability' object
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
x |
an aobject of class |
title |
character, plot title. |
ylim |
numeric vector of length two, y-axis limits. |
ylab |
character, y-axis label. |
size.lim |
numeric vector of length two, set limits of the bubbles' size scale (see |
max.circle |
numeric, maximum size of the |
n.circle |
integer; if |
leg.brk |
numeric vector, breaks for bubbles' size legend (see |
leg.pos |
character or numeric vector of length two, legend position; available options |
leg.just |
character or numeric vector of length two; anchor point for positioning legend inside plot ( |
leg.nrow |
integer, number of rows of the bubbles' size legend. |
leg.title |
character, title of the bubbles' size legend. |
leg.title.pos |
character, position of the legend title; available options: |
... |
other graphical parameters. |
A ggplot2
object
Marco Sandri, Paola Zuccolotto, Marica Manisera (basketballanalyzer.help@unibs.it)
P. Zuccolotto and M. Manisera (2020) Basketball Data Science: With Applications in R. CRC Press.
1 2 3 4 5 |
Loading required package: ggplot2
Registered S3 method overwritten by 'GGally':
method from
+.gg ggplot2
If you want to reproduce the figures contained in the book of
Zuccolotto and Manisera (2020) and
if the version of your R machine is >= 3.6.0, you need to type
RNGkind(sample.kind = "Rounding")
at the beginning of your working session
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.