Skip to content

Commit

Permalink
Update and rename GRID.R to GRID_MGSR.R
Browse files Browse the repository at this point in the history
  • Loading branch information
victorvicpal authored Jan 30, 2017
1 parent 7118d5e commit d9bf3ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/GRID.R → R/GRID_MGSR.R
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit d9bf3ba

Please sign in to comment.