powered by
gnss_ts_ngl
Plot a gnss_ts_ngl object
# S3 method for gnss_ts_ngl plot(x, component = NULL, ...)
No return value. Plot a gnss_ts_ngl object.
A gnss_ts_ngl object.
A string with value either "N", "E" or "V" that specify which component to plot (Northing, Easting or Vertical).
string
Additional graphical parameters.
station_1LSU <- download_station_ngl("1LSU") plot(station_1LSU) plot(station_1LSU, component = "N") plot(station_1LSU, component = "E") plot(station_1LSU, component = "V")
Run the code above in your browser using DataLab