Skip to content

Commit d9bf3ba

Browse files
authored
Update and rename GRID.R to GRID_MGSR.R
1 parent 7118d5e commit d9bf3ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/GRID.R renamed to R/GRID_MGSR.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
GRID <- function(DAT,lag=0.25,x1=0,x2=0,y1=0,y2=0)
1+
GRID_MGSR <- function(DAT,lag=0.25,x1=0,x2=0,y1=0,y2=0)
22
{
33
x.range <- (range(DAT[,1])) + c(x1,x2)
44
y.range <- (range(DAT[,2])) + c(y1,y2)

0 commit comments

Comments
 (0)