if (FALSE) {
## load a fitted tidal object
data(tidfit)
## default plot
nobsplot(tidfit)
## no facets, all months
nobsplot(tidfit)
## change the defaults
nobsplot(tidfit, tau = c(0.1), month = c(3, 6, 9, 12),
col_vec = c('red', 'blue', 'green'), flo_fac = 1)
## plot a tidalmean object
data(tidfitmean)
nobsplot(tidfitmean)
}
Run the code above in your browser using DataLab