print.graph | R Documentation |
graph
objectThis function displays the information of a graph
object.
## S3 method for class 'graph'
print(x, ...)
x |
a GeoPressureR |
... |
arguments passed to other methods |
graph
is returned invisibly and unchanged
Other graph:
graph_create()
,
graph_marginal()
,
graph_most_likely()
,
graph_set_movement()
,
graph_simulation()
withr::with_dir(system.file("extdata", package = "GeoPressureR"), {
tag <- tag_create("18LX", quiet = TRUE) |>
tag_label(quiet = TRUE) |>
twilight_create() |>
twilight_label_read() |>
tag_set_map(
extent = c(-16, 23, 0, 50),
known = data.frame(stap_id = 1, known_lon = 17.05, known_lat = 48.9)
) |>
geopressure_map(quiet = TRUE) |>
geolight_map(quiet = TRUE)
})
graph <- graph_create(tag, quiet = TRUE)
print(graph)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.