plot,distcompare-method | R Documentation |
distcompare
ObjectsPlot distcompare
Objects
## S4 method for signature 'distcompare'
plot(
x = NULL,
models = NULL,
ylim = NULL,
ylabs = c(NULL, NULL),
xlab = NULL,
xlim = NULL,
linesize = 0.5,
pointsize = 1.5,
facet.group = NULL,
...
)
x |
object of class |
models |
Can give list of |
ylim |
Limits on y-axis |
ylabs |
Y-axis labels |
xlab |
X-axis labels |
xlim |
Limits of the x-axis |
linesize |
How big to make the lines? |
pointsize |
How big to make the points? |
facet.group |
Should the plots be turned into a facet_grid? |
... |
Additional options for the wasserstein distance if just inputing raw |
A ggplot2
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.