[Dplr-commits] r1004 - in pkg/dplR: . man
    noreply at r-forge.r-project.org 
    noreply at r-forge.r-project.org
       
    Mon Nov  2 16:46:12 CET 2015
    
    
  
Author: mvkorpel
Date: 2015-11-02 16:46:12 +0100 (Mon, 02 Nov 2015)
New Revision: 1004
Modified:
   pkg/dplR/DESCRIPTION
   pkg/dplR/man/rasterPlot.Rd
Log:
Improved example (drawing order, y axis title)
Modified: pkg/dplR/DESCRIPTION
===================================================================
--- pkg/dplR/DESCRIPTION	2015-10-14 11:20:23 UTC (rev 1003)
+++ pkg/dplR/DESCRIPTION	2015-11-02 15:46:12 UTC (rev 1004)
@@ -3,7 +3,7 @@
 Type: Package
 Title: Dendrochronology Program Library in R
 Version: 1.6.4
-Date: 2015-10-14
+Date: 2015-11-02
 Authors at R: c(person("Andy", "Bunn", role = c("aut", "cph",
         "cre", "trl"), email = "andy.bunn at wwu.edu"), person("Mikko",
         "Korpela", role = c("aut", "trl")), person("Franco", "Biondi",
Modified: pkg/dplR/man/rasterPlot.Rd
===================================================================
--- pkg/dplR/man/rasterPlot.Rd	2015-10-14 11:20:23 UTC (rev 1003)
+++ pkg/dplR/man/rasterPlot.Rd	2015-11-02 15:46:12 UTC (rev 1004)
@@ -90,9 +90,12 @@
 }
 \examples{library(graphics)
 library(stats)
-plot(1:5, type = "n")
 foo <- runif(5, min = 1, max = 5)
+plot(foo, type = "n", axes = FALSE, ylim = c(1, 5))
 rasterPlot(quote(points(foo)))
+box()
+axis(1)
+axis(2)
 }
 \keyword{ aplot }
 \keyword{ utilities }
    
    
More information about the Dplr-commits
mailing list