Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 259 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 259 Bytes

Function to run Circuitscape from R (Linux only). To run this function you need to install the circuitscape python library: https://pypi.python.org/pypi/Circuitscape/

Example use:

source("runCS.R")

runCS(coordinates="coordinates.txt", raster="GD.asc")