runMarxan: runMarxan

View source: R/marxan.R

runMarxanR Documentation

runMarxan

Description

runMarxan

Usage

runMarxan(
  os = "win",
  marxanpath = getwd(),
  inputdatfile = file.path(marxanpath, "input.dat")
)

Arguments

os

character for the operating system. Either "win" (default), "linux", "macos", or "macosM1"

marxanpath

character string for the directory of the Marxan executable. Default is the current working directory.

inputdatfile

character string for the file path for the Marxan input parameter file. Default is "input.dat" in the "marxanpath" directory. If there is a file that matches a relative path "inputdatfile" relative to both the user's current working directory AND the "marxanpath" directory, this function will use the file in the "marxanpath" directory.

Value

output files

Examples

runMarxan

remi-daigle/marxanr documentation built on April 15, 2024, 8:12 p.m.