Learn R Programming

GNSSseg (version 6.0)

plot_GNSS: 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)

Value

a plot of the results with the signal

Details

The function gives the plot of the results with the signal

Examples

Run this code
# NOT RUN {
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)
# }

Run the code above in your browser using DataLab