plot_GNSS: Graph of the result

Description Usage Arguments Details Value Examples

View source: R/plot_GNSS.R

Description

plot the signal with the estimated average

Usage

1
plot_GNSS(Data, segmentation, functional)

Arguments

Data

a data frame, with size [n x 2], containing the signal (e.g. the daily GPS-ERAI series for GNSS) and the dates (in format yyyy-mm-dd of type "calendar time" (class POSIXct))

segmentation

the estimated segmentation (result of the GNSSseg function)

functional

the estimated functional (result of the GNSSseg function)

Details

The function gives the plot of the results with the signal

Value

a plot of the results with the signal

Examples

1
2
3
4
5
6
data(Data)
lyear=365.25
Kmax=4
lmin=1
result=GNSSseg(Data,lyear,selection.K="none",Kmax=Kmax)
plot_GNSS(Data,result$seg,result$funct)

GNSSseg documentation built on July 2, 2020, 2:47 a.m.