[Soiltexture-commits] r130 - in pkg/soiltexture: R man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Apr 14 17:20:48 CEST 2015


Author: jmoeys
Date: 2015-04-14 17:20:47 +0200 (Tue, 14 Apr 2015)
New Revision: 130

Modified:
   pkg/soiltexture/R/soiltexture_text_gui.R
   pkg/soiltexture/man/soiltexture_gui.Rd
Log:
Attempt to fix an issue in an Rd file

Modified: pkg/soiltexture/R/soiltexture_text_gui.R
===================================================================
--- pkg/soiltexture/R/soiltexture_text_gui.R	2015-04-14 15:19:53 UTC (rev 129)
+++ pkg/soiltexture/R/soiltexture_text_gui.R	2015-04-14 15:20:47 UTC (rev 130)
@@ -300,14 +300,16 @@
 ### 
 ### Finally, if you have chosen a texture classification system, 
 ### \code{soiltexture_gui} can classify each record according 
-### to this classification system and \bold{return you the 
-### texture class of each record}, as a CSV text file.
+### to this classification system and 
+### \bold{return you the texture class of each record}, 
+### as a CSV text file.
 ###
 ### The texture triangle is show to you with R default 
 ### graphical device, and you can choose to export a 
 ### PNG figure of the resulting texture triangle (between 
 ### 512 and 2048 pixel width/height, depending on what you 
 ### chose).
+### 
 
     main = NULL, 
 ###  Single character string. Main title of the texture 

Modified: pkg/soiltexture/man/soiltexture_gui.Rd
===================================================================
--- pkg/soiltexture/man/soiltexture_gui.Rd	2015-04-14 15:19:53 UTC (rev 129)
+++ pkg/soiltexture/man/soiltexture_gui.Rd	2015-04-14 15:20:47 UTC (rev 130)
@@ -84,10 +84,12 @@
 
 \code{soiltexture_gui} can classify each record according 
 
-to this classification system and \bold{return you the 
+to this classification system and 
 
-texture class of each record}, as a CSV text file.
+\bold{return you the texture class of each record}, 
 
+as a CSV text file.
+
 
 
 The texture triangle is show to you with R default 
@@ -98,8 +100,10 @@
 
 512 and 2048 pixel width/height, depending on what you 
 
-chose).}
+chose).
 
+}
+
 \usage{soiltexture_gui(main = NULL, graphics = FALSE, ...)}
 
 \arguments{


More information about the Soiltexture-commits mailing list