From d9bf3bac5207ee8eb9dd7f39e5892cdcd57c93e7 Mon Sep 17 00:00:00 2001 From: Victor Vicente Palacios Date: Mon, 30 Jan 2017 13:12:39 +0100 Subject: [PATCH] Update and rename GRID.R to GRID_MGSR.R --- R/{GRID.R => GRID_MGSR.R} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename R/{GRID.R => GRID_MGSR.R} (78%) diff --git a/R/GRID.R b/R/GRID_MGSR.R similarity index 78% rename from R/GRID.R rename to R/GRID_MGSR.R index 5449362..c0038b5 100644 --- a/R/GRID.R +++ b/R/GRID_MGSR.R @@ -1,4 +1,4 @@ -GRID <- function(DAT,lag=0.25,x1=0,x2=0,y1=0,y2=0) +GRID_MGSR <- function(DAT,lag=0.25,x1=0,x2=0,y1=0,y2=0) { x.range <- (range(DAT[,1])) + c(x1,x2) y.range <- (range(DAT[,2])) + c(y1,y2)