plot.gnss_ts_ngl: Plot a 'gnss_ts_ngl' object

View source: R/ngl.R

plot.gnss_ts_nglR Documentation

Plot a gnss_ts_ngl object

Description

Plot a gnss_ts_ngl object

Usage

## S3 method for class 'gnss_ts_ngl'
plot(x, component = NULL, ...)

Arguments

x

A gnss_ts_ngl object.

component

A string with value either "N", "E" or "V" that specify which component to plot (Northing, Easting or Vertical).

...

Additional graphical parameters.

Value

No return value. Plot a gnss_ts_ngl object.

Examples

station_1LSU <- download_station_ngl("1LSU")
plot(station_1LSU)
plot(station_1LSU, component = "N")
plot(station_1LSU, component = "E")
plot(station_1LSU, component = "V")

gmwmx2 documentation built on Aug. 21, 2025, 5:56 p.m.