Description Usage Arguments Details Examples
View source: R/DNCRPackageRCode.R
Construct 2D or 3D plots of the latent actor positions using the plot3D
and plot3Drgl
packages.
1 2 3 4 |
x |
A |
aggregated |
Logical. Should the time points be aggregated, or should separate plots be made for each time point? |
plotRGL |
Logical. Should |
Lines |
Logical. Should lines be drawn from the origin to the center of the communities? |
colByComm |
Logical. Should the actors be colored according to community membership? |
INDEX |
Vector. Which subset of the |
... |
Further arguments to be passed into |
This function utlizies functions from the plot3D
and plot3Drgl
packages for 3D functionality. To see what options you may pass into ...
, see documentation for points
in base R, plot3D::surf3D
, or plot3D::points3D
.
1 2 3 4 5 6 7 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.