FitPlot
Fitplot, then rather than using fcline options, you should select options that affect the specified plottype from the options in scatter; seeG-2 graph twoway scatter. fitarea options specify how the confidence interval is rendered; seeG-3 fitarea options. FitPlot 5.1 2-Up Saddle Stitch Think about a 100 pages PDF: you are able to use the 2-up Saddle imposition, then print front / back the result, but, when you goes to stitch, you realise that the pages thickness is too much to bend and stitch.
R/fitplot.R
Plot a tidal object to view response variable observations, predictions, and normalized results.
Arguments
dat_in | input tidal or tidalmean object |
---|---|
... | arguments passed to other methods |
tau | numeric vector of quantiles to plot, defaults to all in object if not supplied |
predicted | logical indicating if standard predicted values are plotted, default |
annuals | logical indicating if plots are annual aggregations of results |
logspace | logical indicating if plots are in log space |
dt_rng | Optional chr string indicating the date range of the plot. Must be two values in the format 'YYYY-mm-dd' which is passed to |
col_vec | chr string of plot colors to use, passed to |
grids | logical indicating if grid lines are present |
min_mo | numeric value from one to twelve indicating the minimum number of months with observations for averaging by years, applies only if |
mo_strt | numeric indicating month to start aggregation years, defaults to October for USGS water year from October to September, applies only if |
pretty | logical indicating if my subjective idea of plot aesthetics is applied, otherwise the |
lwd | numeric value indicating width of lines |
size | numeric value indicating size of points |
alpha | numeric value indicating transparency of points or lines |
Value
A ggplot
object that can be further modified