|
SEASONAL SUBSERIES PLOTName:
LET START = <value>
SEASONAL SUBSERIES PLOT <y> The LET command is uses to define the period (e.g., the period for monthly data is typically 12) and the start value. The start value is used when the data do not start in the first unit of the period (e.g., if you have monthly data that starts in March instead of January, you would use LET START = 3).
LET START = 3 SEASONAL SUBSERIES PLOT Y
LET PERIOD = 4
read mlco2mon.dat co2 date year month . . Linear Fit to Detrend Data . fit co2 date let co2res = res . . Seasonal Subseries Plot . xlimits 7 167 xtic offset 7 7 major xtic mark number 12 minor xtic mark number 0 x1tic mark label format alpha x1tic mark label content Jan Feb Mar Apr May June July Aug Sep ... Oct Nov Dec x1label Month y1label CO2 Concentrations let period = 12 let start = 5 title Seasonal Subseries Plot of CO2 Concentrations seasonal subseries plot co2res
Date created: 06/05/2001 |
Last updated: 12/04/2023 Please email comments on this WWW page to alan.heckert@nist.gov. |