runCircuitscape: runCircuitscape a function for externally applying the...

Description Usage Arguments Value

View source: R/runCircuitscape.R

Description

runCircuitscape a function for externally applying the circuitscape algorithms to give data

Usage

1
2
3
4
runCircuitscape(i, costs.filelist, csrun.link = NA, output.folder,
  source.asc.link, sink.asc.link, dates,
  function.call = ifelse(Sys.info()["sysname"] == "Windows",
  "C:/\"Program Files\"/Circuitscape/cs_run.exe", "python2.7"))

Arguments

i

integer, used to iterate over multiple files

costs.filelist

list of ascii files to be processed

csrun.link

path to python file to be used to run circuitscape

output.folder

where to put the processed data

source.asc.link

"source" file for cuircuitscape

sink.asc.link

"sink" file for cuircuitscape

dates

list of dates corresponding to time series datapoints

function.call

specify python call or circuitscape call

Value

none


rossholmberg/pkgButterfly documentation built on May 27, 2019, 11:36 p.m.