createBathyLines: createBathyLines

View source: R/createBathyLines.r

createBathyLinesR Documentation

createBathyLines

Description

this function was used to create bathy lines from xyz data from topex bathymetry downloaded from http://topex.ucsd.edu/cgi-bin/get_data.cgi specify extent in website to get data)

Usage

createBathyLines(
  input.fp = file.path(project.datadirectory("bio.lobster"), "data", "maps", "topex"),
  input.fn = "topex.xyz",
  redo = T,
  interval = 10,
  batch = 100,
  range = c(10, 5000),
  save.by = 1000,
  digits = 3,
  dneg = T,
  output.fn = "bathyPoly"
)

Arguments

input.fp

= undocumented

input.fn

= undocumented

redo

= undocumented

interval

= undocumented

batch

= undocumented

range

= undocumented

save.by

= undocumented

digits

= undocumented

dneg

= undocumented

output.fn

= undocumented


BradHubley/SpatialHub documentation built on April 6, 2024, 4:43 p.m.