Usage
location(graph, species = c("human", "ath"), vertex.color = 1, vertex.size = 10, vertex.shape = "square", edge.color = 1, label.add = TRUE, colorbar.add = TRUE, xlim = c(-1, 1), ylim = c(-1, 1), ...)
Arguments
species
The species name, currently only human
and ath
are available.
vertex.color
Color of the vertex. Default value is 1
.
vertex.size
Size of the vertex. Default value is 10
.
vertex.shape
Shape of the vertex. Default value is square
.
edge.color
Color of the edge. Default value is 1
.
label.add
Boolean value, whether to add label to the plot (if TRUE
) or not (if FALSE
).
colorbar.add
Boolean value, whether to add colorbar to the plot (if TRUE
) or not (if FALSE
).
xlim
A vector indicating the range of x axis.
ylim
A vector indicating the range of y axis.