The R Project SVN R

Rev

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

Rev 705 Rev 745
Line 220... Line 220...
220
	double	mkh;		/* Mark size in inches */
220
	double	mkh;		/* Mark size in inches */
221
	int	pch;		/* Plotting character */
221
	int	pch;		/* Plotting character */
222
	int	ps;		/* Text & symbol pointsize */
222
	int	ps;		/* Text & symbol pointsize */
223
	int	smo;		/* Curve smoothness */
223
	int	smo;		/* Curve smoothness */
224
	double	srt;		/* String Rotation */
224
	double	srt;		/* String Rotation */
225
	double	tck;		/* Tick size */
225
	double	tck;		/* Tick size as in S */
-
 
226
	double  tcl;            /* Tick size in "lines" */
226
	double	tmag;		/* **R ONLY** Title Magnification */
227
	double	tmag;		/* **R ONLY** Title Magnification */
227
	int	type;		/* type of plot desired */
228
	int	type;		/* type of plot desired */
228
	double	xaxp[3];	/* X Axis annotation */
229
	double	xaxp[3];	/* X Axis annotation */
229
				/* [0] = coordinate of lower tick */
230
				/* [0] = coordinate of lower tick */
230
				/* [1] = coordinate of upper tick */
231
				/* [1] = coordinate of upper tick */