[rkward-cvs] SF.net SVN: rkward:[4047] branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted

tfry at users.sourceforge.net tfry at users.sourceforge.net
Wed Nov 23 08:54:36 UTC 2011


Revision: 4047
          http://rkward.svn.sourceforge.net/rkward/?rev=4047&view=rev
Author:   tfry
Date:     2011-11-23 08:54:36 +0000 (Wed, 23 Nov 2011)
Log Message:
-----------
Fix figure placement for example_session.tex, too (working on the assumption that 'h'-placement is not allowed).
To achieve anything ok-ish, I had to split figure 10 for this purpose.

Modified Paths:
--------------
    branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/example_session.tex

Added Paths:
-----------
    branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/figures/t-test_dialog.png
    branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/figures/t-test_results.png

Modified: branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/example_session.tex
===================================================================
--- branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/example_session.tex	2011-11-22 20:10:08 UTC (rev 4046)
+++ branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/example_session.tex	2011-11-23 08:54:36 UTC (rev 4047)
@@ -8,8 +8,9 @@
 treatment was given to 20 test subjects. The objective is to compare the responses 
 before and after the treatment. 
 
-\medskip 
-\begin{figure}[hb!]
+\subsection{Importing data}
+\label{sec:importing_data}
+\begin{figure}[b!]
  \centering
  \includegraphics[width=13.5cm]{./figures/import_data.png}
  \caption{A) CSV import dialog. Useful defaults for a variety of common text separated value formats can
@@ -18,23 +19,12 @@
  \label{fig:import_data}
 \end{figure}
 
-\newpage
-\begin{figure}[ht!]
- \centering
- \includegraphics[width=14cm]{./figures/t-test2.png}
- \caption{A) Student's t-Test dialog for two variables. The bottom area shows the \proglang{R} code corresponding to the settings.
-  B) Test results in tabular HTML format. }
- \label{fig:t_test}
-\end{figure}
-
-\subsection{Importing data}
-\label{sec:importing_data}
 Suppose that the data was saved as or exported to CSV format, for example, from a 
 spreadsheet application. \pkg{RKWard}'s import plugin can
 comfortably read it into a new \proglang{R} object.
 The import dialog (``File$\rightarrow$Import$\rightarrow$Import
-format$\rightarrow$Import Text/CSV data'') assists in reading the
-data by a common point \& click interface (Figure~\ref{fig:import_data}A). In this
+format$\rightarrow$Import Text/CSV data''; Figure~\ref{fig:import_data}A) assists in reading the
+data by a common point \& click interface. In this
 example, ``comma'' and ``period'' were chosen via ``Quick mode'' as the field
 separator and decimal point characters respectively.
 
@@ -56,11 +46,24 @@
 ``Analysis$\rightarrow$Means$\rightarrow$t-Tests$\rightarrow$Two variable t-Test'' plugin.
 In the object browser on the left side, the two variables from the expanded
 \proglang{R} object containing the table of imported data 
-are selected (Figure~\ref{fig:t_test}A). 
+are selected (Figure~\ref{fig:t_test_dialog}). 
 Pressing the ``Submit'' button conducts the test, and opens the output document tab
-showing the results, including the date of analysis and relevant test parameters (Figure~\ref{fig:t_test}B).
+showing the results, including the date of analysis and relevant test parameters (Figure~\ref{fig:t_test_results}).
 
+\begin{figure}[b!]
+ \centering
+ \includegraphics[width=13.5cm]{./figures/t-test_dialog.png}
+ \caption{Student's t-Test dialog for two variables. The bottom area shows the \proglang{R} code corresponding to the settings.}
+ \label{fig:t_test_dialog}
+\end{figure}
 
+\begin{figure}[t!]
+ \centering
+ \includegraphics[width=15.4cm]{./figures/t-test_results.png}
+ \caption{Results of conducting a Student's t-Test in tabular HTML format.}
+ \label{fig:t_test_results}
+\end{figure}
+
 \subsection{Creating a plot}
 \label{sec:create_plot}
 To visualize the data, ``Boxplot'' is chosen from the ``Plots'' menu
@@ -70,7 +73,7 @@
 it is configured, and updates the window in real time on any changes to plot parameters.
 The plot can also be exported to several image formats, directly from the preview window (Figure~\ref{fig:boxplot2}).
 
-\begin{figure}[hb!]
+\begin{figure}[b!]
  \centering
  \includegraphics[width=15.4cm]{./figures/boxplot1.png}
  \caption{Boxplot dialog. The first tab ``Variables'' is used to select the variables for analysis. It is possible to
@@ -78,7 +81,7 @@
  \label{fig:boxplot1}
 \end{figure}
 
-\begin{figure}[ht!]
+\begin{figure}[t!]
  \centering
  \includegraphics[width=14.5cm]{./figures/boxplot2.png}
  \caption{Plotted data and plot export dialog. The export dialog (``Device$\rightarrow$Export'') provides numerous 
@@ -87,3 +90,5 @@
   mean ($\blacksquare$) and standard deviation ($+$) parameters were selected in the boxplot plugin.)}
  \label{fig:boxplot2}
 \end{figure}
+
+\newpage

Added: branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/figures/t-test_dialog.png
===================================================================
(Binary files differ)


Property changes on: branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/figures/t-test_dialog.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/figures/t-test_results.png
===================================================================
(Binary files differ)


Property changes on: branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/figures/t-test_results.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.





More information about the rkward-tracker mailing list