plot_GNSS {GNSSseg} | R Documentation |
Graph of the result
Description
plot the signal with the estimated average
Usage
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
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)
[Package GNSSseg version 6.0 Index]