| plot,cyl_copula,missing-method | R Documentation |
cyl_copula' ObjectsMethod for plot() to draw a scatter plot of a
random sample from a circular-linear copula.
## S4 method for signature 'cyl_copula,missing'
plot(x, n = 1000, ...)
x |
R object of class ' |
n |
sample size of the random sample drawn from |
... |
additional arguments passed to |
An invisible NULL. As side effect, a plot is produced.
set.seed(123)
plot(cyl_quadsec(0.1))
plot(cyl_vonmises(0,2), n = 100)
plot(cyl_quadsec(0.1),
xlab = "something",
ylab = "something else",
main = "clever title",
col = "red",
fg = "blue",
asp= 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.