Description Usage Arguments Examples
View source: R/plotTrajectory.R
Given the result of simulate() (an object of class "simulation"), plots the dynamics of the specified nodes over time. Specify nodes by their names.
1 | plotTrajectory(simulation, nodeNames)
|
simulation |
The result of simulate(). |
nodeNames |
The names of the nodes to plot. Minimum one name. Maximum six names, as the plot would get cluttered beyond this number. @return Shows a plot of the simulated trajectory. |
1 2 3 4 5 6 7 | ## Not run:
x0 <- Repressilator[1, 2:7]
ugene <- inferNetwork(Repressilator)
trajectory <- simulateUGENE(ugene, x0)
plotTrajectory(trajectory, c("p3", "p2", "p1"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.