Revision: 1002
http://svn.sourceforge.net/r-gregmisc/?rev=1002&view=rev
Author: ggorjan
Date: 2006-11-02 07:08:32 -0800 (Thu, 02 Nov 2006)
Log Message:
-----------
typos
Modified Paths:
--------------
trunk/gdata/man/mapLevels.Rd
trunk/gdata/man/unknown.Rd
Modified: trunk/gdata/man/mapLevels.Rd
===================================================================
--- trunk/gdata/man/mapLevels.Rd 2006-10-30 22:54:51 UTC (rev 1001)
+++ trunk/gdata/man/mapLevels.Rd 2006-11-02 15:08:32 UTC (rev 1002)
@@ -2,7 +2,7 @@
%--------------------------------------------------------------------------
% What: Mapping levels
% $Id: mapLevels.Rd,v 1.1 2006/03/29 13:47:10 ggorjan Exp ggorjan $
-% Time-stamp: <2006-10-15 18:36:28 ggorjan>
+% Time-stamp: <2006-11-01 00:15:57 ggorjan>
%--------------------------------------------------------------------------
\name{mapLevels}
@@ -144,7 +144,7 @@
applied to \dQuote{character} or \dQuote{factor}. Methods for
\dQuote{list} and \dQuote{data.frame} can work only on mentioned atomic
components/columns and can accept either \dQuote{levelsMap} or
-\dQuote{listLevelsMap}. Recycling occours, if length of \code{value} is not
+\dQuote{listLevelsMap}. Recycling occurs, if length of \code{value} is not
the same as number of components/columns of a \dQuote{list/data.frame}.
}
Modified: trunk/gdata/man/unknown.Rd
===================================================================
--- trunk/gdata/man/unknown.Rd 2006-10-30 22:54:51 UTC (rev 1001)
+++ trunk/gdata/man/unknown.Rd 2006-11-02 15:08:32 UTC (rev 1002)
@@ -2,7 +2,7 @@
%--------------------------------------------------------------------------
% What: Change given unknown value to NA and vice versa man page
% $Id$
-% Time-stamp: <2006-10-15 03:52:48 ggorjan>
+% Time-stamp: <2006-11-01 00:15:08 ggorjan>
%--------------------------------------------------------------------------
\name{unknownToNA}
@@ -60,9 +60,10 @@
This functions were written to handle different variants of
\dQuote{other \code{NA}} like representations that are usually used in
various external data sources. \code{unknownToNA} can help to change
-unknown values to NA for work in \R, while \code{NAToUnknown} is meant
-for the opposite and would usually be used prior to export of data from
-\R. \code{isUnknown} is utility function for testing for unknown values.
+unknown values to \code{NA} for work in \R, while \code{NAToUnknown} is
+meant for the opposite and would usually be used prior to export of data
+from \R. \code{isUnknown} is utility function for testing for unknown
+values.
All functions are generic and the following classes were tested to work
with latest version: \dQuote{integer}, \dQuote{numeric},
@@ -75,10 +76,10 @@
coercing to vector is applied. Argument \code{unknown} can be feed also
with \dQuote{list} in \dQuote{list} and \dQuote{data.frame} methods.
-If names \dQuote{list} or \dQuote{vector} is passed to argument
+If named \dQuote{list} or \dQuote{vector} is passed to argument
\code{unknown} and \code{x} is also named, matching of names will occur.
-Recycling occours in all \dQuote{list} and \dQuote{data.frame} methods,
+Recycling occurs in all \dQuote{list} and \dQuote{data.frame} methods,
when \code{unknown} argument is not of the same length as \code{x} and
\code{unknown} is not named.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|