Description Usage Arguments Details Value Examples
Plot the senators hold a an linkS4class{Clds}
object.
1 | plotSenators(x, col = 2:7, lty = 1:5, lwd=1, add = FALSE,main="", xlab="Times",ylab="")
|
x |
[ |
col |
[ |
lty |
[ |
lwd |
[ |
add |
[ |
main |
[ |
xlab |
[ |
ylab |
[ |
Plot the senators hold a an linkS4class{Clds}
object.
A graph.
1 2 3 4 5 6 | data(ictusShort)
myClds <- cldsWide(ictusShort)
reduceTraj(myClds,nbSenators=4)
plotSenators(myClds)
reduceTraj(myClds,nbSenators=32)
plotSenators(myClds)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.