home *** CD-ROM | disk | FTP | other *** search
-
- _A _P_i_c_T_e_X _G_r_a_p_h_i_c_s _D_r_i_v_e_r
-
- pictex(file="Rplots.tex", width=5, height=4, debug=FALSE,
- bg="white", fg="black")
-
- _A_r_g_u_m_e_n_t_s:
-
- file : the file where output will appear.
-
- width : The width of the plot in inches.
-
- height : the height of the plot in inches.
-
- debug : should debugging information be printed.
-
- bg : the background color for the plot.
-
- fg : the foreground color for the plot.
-
- _D_e_s_c_r_i_p_t_i_o_n:
-
- This function produces graphics suitable for inclusion
- in TeX and LaTeX documents.
-
- _R_e_f_e_r_e_n_c_e_s:
-
- Knuth, D. E. (1984). The TeXbook. Reading Mass.:
- Addison-Wesley.
-
- Lamport, L. (1994). LATEX: A Document Preparation Sys-
- tem. Reading Mass.: Addison-Wesley.
-
- Goossens, M., F. Mittelbach and A. Samarin (1994). The
- LATEX Companion. Reading Mass.: Addison-Wesley.
-
- _N_o_t_e:
-
- This driver was provided by Valerio Aimalea of the
- Department of Internal Medicine, University of Genoa,
- Italy. (valerio@svpop.com.dist.unige.it).
-
- _S_e_e _A_l_s_o:
-
- x11, postscript.
-
- _E_x_a_m_p_l_e_s:
-
- % LaTeX Example
- ocumentclass{article}
- sepackage{pictex}
-
- g
- i
- n
- {
- d
- o
- c
- u
- m
-
- nt}
- %...
-
- g
- i
- n
- {
- f
- i
- g
- u
- r
-
- }[h]
- \nd{figure}
- %...
- \nd{document}
-
- % TeX Example
- input pictex
- $$ input Rplots.tex $$
-
-