R/pointZarpe.R

Defines functions pointZarpe

pointZarpe <- function(x,y){
  x2 <- x[1] + 0.01
  y2 <- y[1]
  x2 <- c(x2,x)
  y2 <- c(y2,y)
  return(list(x2 = x2, y2 = y2))
}
PabloMBooster/vmsR documentation built on June 29, 2023, 11:16 a.m.