home *** CD-ROM | disk | FTP | other *** search
-
- _X _W_i_n_d_o_w _S_y_s_t_e_m _G_r_a_p_h_i_c_s
-
- x11(display = "", width = 7, height = 7, ps = 12,
- printcmd = options("printcmd")$printcmd,
- paper = options("papersize")$papersize, orientation = "flexible")
- print.plot()
- save.plot(file)
-
- _A_r_g_u_m_e_n_t_s:
-
- display : the display on which the graphics window will
- appear. The default is to use the value in
- the user's environment item DISPLAY.
-
- width : the width of the plotting window in inches.
-
- height : the height of the plotting window in inches.
-
- ps : the default pointsize to be used.
-
- printcmd : the command used to print a hardcopy.
-
- paper : papertype for hardcopy, currently "a4" or
- "letter".
-
- orientation : for hardcopies: "portrait", "landscape" or
- "flexible".
-
- _D_e_s_c_r_i_p_t_i_o_n:
-
- x11 starts a graphics device driver for the X Window
- System (version 11). This should be done automagically
- at start up time and can only be done on machines that
- run X.
-
- print.plot() prints the plot using the printcmd com-
- mand. save.plot("fig.ps") saves an encapsulated
- postscript version of the plot in the file "fig.ps"
- (attempting to be pretty wysiwyg). Both make use of
- the paper and orientation arguments.
-
- _S_e_e _A_l_s_o:
-
- postscript, macintosh, device.
-
-