plot.gn | R Documentation |
plot
method for geometric networks, point patterns on geometric
networks, or a fitted point process.
## S3 method for class 'gn' plot(x, ..., title = list(), size = list(), color = list(), frame = FALSE) ## S3 method for class 'gnpp' plot( x, ..., title = list(), size = list(), color = list(), shape = 1, frame = FALSE, covariate = NULL ) ## S3 method for class 'gnppfit' plot( x, ..., title = list(), size = list(), color = list(), shape = 1, frame = FALSE, data = FALSE, trans = "identity", select = NULL, sol = 100 ) ## S3 method for class 'lppfit' plot( x, ..., title = list(), size = list(), color = list(), shape = 1, frame = FALSE, data = FALSE, trans = "identity", sol = 100 )
x |
An object which is related to a geometric network
(object of class |
... |
Other arguments. |
title |
A named list with names "x", "y" and "plot" which specify the
arguments |
size |
A named list with names "lines" and "points" which specify the
|
color |
A named list with names "lines" and "points" which specify the
|
frame |
If set to |
shape |
The shape used for plotting the points. An integer between 0 and
25. Default to |
covariate |
Character vector of length one which is name of the covariate to be plotted. Must be an external categorical covariate with at most ten different values. |
data |
Set to |
trans |
The transformation applied to the color bar of the intensity
fit. Specifies the |
select |
Allows the plot for a single model term to be selected for
printing. e.g. if just the plot for the second smooth should be printed to
the console, set |
sol |
Solution of the color network plot. |
Invisibly returns an object of class ggplot
or a list
of ggplot
objects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.