[rkward-cvs] SF.net SVN: rkward:[3352] branches/jss_dec_10/FINAL_JSS_TEX/GUI_elements. tex
kapatp at users.sourceforge.net
kapatp at users.sourceforge.net
Tue Dec 28 20:43:40 UTC 2010
Revision: 3352
http://rkward.svn.sourceforge.net/rkward/?rev=3352&view=rev
Author: kapatp
Date: 2010-12-28 20:43:40 +0000 (Tue, 28 Dec 2010)
Log Message:
-----------
section 3: small fixes
Modified Paths:
--------------
branches/jss_dec_10/FINAL_JSS_TEX/GUI_elements.tex
Modified: branches/jss_dec_10/FINAL_JSS_TEX/GUI_elements.tex
===================================================================
--- branches/jss_dec_10/FINAL_JSS_TEX/GUI_elements.tex 2010-12-28 19:21:04 UTC (rev 3351)
+++ branches/jss_dec_10/FINAL_JSS_TEX/GUI_elements.tex 2010-12-28 20:43:40 UTC (rev 3352)
@@ -23,9 +23,9 @@
\centering
\includegraphics[width=15.450cm]{../figures/main_window.png}
\caption{Default RKWard main window after start up.
-A) Menu bar and toolbar, B) tool panel showing workspace browser, C) main view area, showing
-a help page D) tool panel showing embedded \proglang{R} console E) tool buttons, and status bar.
-Panels B) and D) can be resized or collapsed. The red border around (B) indicates that the workspace browser is the active interface element.}
+A) Menu bar and toolbar, B) tool panel showing workspace browser, C) document view area, showing
+a help page, D) tool panel showing embedded \proglang{R} console, and E) status bar.
+Panels B and D can be resized or collapsed. The red border around B indicates that the workspace browser is the active interface element.}
\label{fig:main_window}
\end{figure}
@@ -61,7 +61,7 @@
The order of tabs can be conveniently re-arranged
using drag \& drop.
-All document windows and tool views can be detached and re-attached from the main
+All document windows and tool views can be detached from and re-attached to the main
window as independent windows, managed by the window manager. This feature allows to
conveniently work with multiple documents
at the same time, e.\,g., scripts or data editors. On{}-screen
@@ -210,7 +210,7 @@
By default, any code that is submitted to the
\proglang{R} engine from the code editor or from help
pages, is sent through the \proglang{R} console.
-However, it can be configured to the submitted in the background,
+However, it can be configured to be the submitted in the background,
instead.
For further technical details, see Section~\ref{sec:technical}.
@@ -299,7 +299,7 @@
basic recipe for most of the functionality provided by RKWard
(see Section~\ref{sec:technical_plugins} for details). For
the purpose of this article we will look at the standard
-elements of data handling functions by example of importing CSV
+elements of data handling functions by an example of importing CSV
(comma-separated values) data\footnote {
Note that on purpose, RKWard does not have its
own file format for data import and export, but rather uses
@@ -326,8 +326,8 @@
\centering
\includegraphics[width=15.5cm]{../figures/CSV_import.png}
\caption{General data import dialog. Useful defaults for a variety of formats can
- be set using the ``Quick Mode'' selector on the left. Customizations can be done
- from the ``Rows and Columns'' and ''Further Options'' tabs, respectively. The
+ be set using the ``Quick Mode'' selector on the left. Further customizations can be done
+ from the ``Rows and Columns'' and ''Further Options'' tabs. The
code in the bottom area can be copied and used for other purposes.}
\label{fig:CSV_import}
\end{figure}
@@ -340,7 +340,7 @@
dialog without taking any action.
The bottom area optionally shows the \proglang{R}
-code corresponding to the current settings, and which will be run
+code corresponding to the current settings which will be run
upon pressing the ``Submit'' button (see Section~\ref{sec:importing_data} for generated \proglang{R} code).
The code display is hidden by default and can be revealed using
the ``Code'' button. This
@@ -359,7 +359,7 @@
\proglang{R}. All \proglang{R}
devices, including on{}-screen devices, can be used in the regular way.
However, for the \code{X11()} and \code{windows()} devices, RKWard adds a menu
-bar and a toolbar to the device windows (on the MS Windows platform,
+bar and a toolbar to the device windows (on the Windows platform,
replacing the default menu bar provided by the device). The menu
bar and toolbar give access to a number of different functions,
including GUI dialogs for exporting the current plot,
@@ -374,7 +374,7 @@
The maximum number
of plots to record, as well as the maximum size of each individual plot,
is configurable from the settings menu. This plot history is shared
-between the open on{}-screen device windows, yet they behave
+between all open on{}-screen device windows, yet they behave
independently. For example, if multiple devices display the same
plot, any modification (including deletion) of the plot on one device
renders its instances on other devices as ``new'' and hence can be added
@@ -519,7 +519,7 @@
Commands can be submitted while the \proglang{R} engine
has not yet started, or while another lengthy calculation is still
-in progress. In these cases commands are placed into a queue first, and
+in progress. In these cases, commands are placed into a queue first, and
executed as soon as the \proglang{R} engine becomes
available. The ``pending jobs'' window lists current \proglang{R} commands waiting for
evaluation by the \proglang{R} engine. While this
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