circuitscape_skeleton {enerscape} | R Documentation |
Create the initialization file for the julia package Circuitscape
Description
This creates the init file for the julia package Circuitscape: https://juliapackages.com/p/circuitscape.
Usage
circuitscape_skeleton(en = NULL, path = NULL, points = NULL)
Arguments
en |
an enerscape object. |
path |
full path where to write the .ini file. |
points |
data.frame with origin and destination coordinates. |
Value
Nothing, only write the circuitscape.ini file to disk.
[Package enerscape version 1.1.0 Index]