The R Project SVN R

Rev

Rev 34864 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 34864 Rev 36167
Line 165... Line 165...
165
    int	smo;		/* Curve smoothness */
165
    int	smo;		/* Curve smoothness */
166
    double srt;		/* String Rotation */
166
    double srt;		/* String Rotation */
167
    double tck;		/* Tick size as in S */
167
    double tck;		/* Tick size as in S */
168
    double tcl;		/* Tick size in "lines" */
168
    double tcl;		/* Tick size in "lines" */
169
    double tmag;	/* **R ONLY** Title Magnification */
169
    double tmag;	/* **R ONLY** Title Magnification */
170
    int	type;		/* type of plot desired */
170
    /* int	type;	    type of plot desired -- removed in 2.3.0 */
171
    double xaxp[3];	/* X Axis annotation */
171
    double xaxp[3];	/* X Axis annotation */
172
			/* [0] = coordinate of lower tick */
172
			/* [0] = coordinate of lower tick */
173
			/* [1] = coordinate of upper tick */
173
			/* [1] = coordinate of upper tick */
174
			/* [2] = num tick intervals */
174
			/* [2] = num tick intervals */
175
			/* almost always used internally */
175
			/* almost always used internally */