plot.ut_pgrid | R Documentation |
Graphic representation of components of the list returned by unbalanced
.
## S3 method for class 'ut_pgrid'
plot(x, what = c("plan", "extra", "trans", "inplace"), axes = FALSE, ...)
x |
the list returned by |
what |
character. The aspect of the unbalanced transport information to display. |
axes |
logical. Whether to plot axes (ignored for |
... |
further graphics parameters passed to |
Nothing. Used for the side effect.
## Not run:
res <- unbalanced( random32a, random32b, p=1, C=0.2, output="all" )
plot( res, what="plan", lwd=1.5, angle=20 )
plot( res, what="trans" )
plot( res, what="extra" )
plot( res, what="inplace" )
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.