Visualize perturbation results
plotPerturbation(
object,
label_points = FALSE,
point_size = 1,
max_overlaps = 10,
alpha = 0.6,
show_trajectory = TRUE,
arrow_size = 0.5,
grid_n = 25
)
# S4 method for class 'Network'
plotPerturbation(
object,
label_points = FALSE,
point_size = 1,
max_overlaps = 10,
alpha = 0.6,
show_trajectory = TRUE,
arrow_size = 0.5,
grid_n = 25
)
# S4 method for class 'CSNObject'
plotPerturbation(
object,
label_points = FALSE,
point_size = 1,
max_overlaps = 10,
alpha = 0.6
)
A Network or CSNObject object
Logical, whether to add point labels
Numeric, size of points
Maximum number of overlapping labels to allow
Point transparency
Logical, whether to show trajectory arrows
Size of trajectory arrows
Number of grid points for trajectory arrows
ggplot object