The R Project SVN R

Rev

Rev 59769 | Rev 64994 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 59769 Rev 61974
Line -... Line 1...
-
 
1
% File src/library/utils/vignettes/Sweave.Rnw
-
 
2
% Part of the R package, http://www.R-project.org
-
 
3
% Copyright 2002-13 Friedrich Leisch and the R Core Team
-
 
4
% Distributed under GPL 2 or later
-
 
5
 
1
\documentclass[a4paper]{article}
6
\documentclass[a4paper]{article}
2
 
7
 
3
%\VignetteIndexEntry{Sweave User Manual}
8
%\VignetteIndexEntry{Sweave User Manual}
4
%\VignettePackage{utils}
9
%\VignettePackage{utils}
5
%\VignetteDepends{tools}
10
%\VignetteDepends{tools}
Line 686... Line 691...
686
   know if the code in a figure chunk actually plotted something or
691
   know if the code in a figure chunk actually plotted something or
687
   not, so it will try to include the graphics, which is bound to
692
   not, so it will try to include the graphics, which is bound to
688
   fail.
693
   fail.
689
 
694
 
690
   \subsection{Why do R lattice graphics not work?}
695
   \subsection{Why do R lattice graphics not work?}
691
  
696
 
692
   In recent versions of Sweave they do if they would when run at the
697
   In recent versions of Sweave they do if they would when run at the
693
   command line: some calls (e.g.{} those inside loops) need to be
698
   command line: some calls (e.g.{} those inside loops) need to be
694
   explicitly \code{print()}-ed.
699
   explicitly \code{print()}-ed.
695
 
700
 
696
   \subsection{How can I get Black \& White lattice graphics?}
701
   \subsection{How can I get Black \& White lattice graphics?}