## load a fitted tidal object
data(tidfit)
## plot using defaults
obsplot(tidfit)
## changing default
obsplot(tidfit, alpha = 0.5, size = 4, col = 'blue', lines = FALSE)
## plot a tidalmean object
data(tidfitmean)
obsplot(tidfitmean)
Run the code above in your browser using DataLab