![]() Chapter Contents |
![]() Previous |
![]() Next |
The TIMEPLOT Procedure |
Procedure features: |
|
Program |
options nodate pageno=1 linesize=80 pagesize=60;
![]() | proc timeplot data=sales; plot icebox / pos=50; |
![]() | id month week; |
![]() | title 'Weekly Sales of Iceboxes'; title2 'for the'; title3 'First Six Weeks of the Year'; run; |
Output |
The column headers in the listing are the variables' names. The plot uses the default plotting symbol, which is the first character of the plot variable's name. |
![]() |
![]() |
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.