View source: R/plot.migration.R
plot.migration | R Documentation |
Plot a migration network from transition probabilities and mean sojourn time parameters. Currently just plot transition_law_param as edge width and sejourn_law_param as node size of the network
## S3 method for class 'migration' plot(x, ...)
x |
a migration structure |
... |
others default arguments |
An igraph structure.
migr <- generate_toy_migration() plot( migr )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.