omniscape_skeleton {enerscape} | R Documentation |
Create the initialization file for the julia package Omniscape
Description
This creates the init file for the julia package Omniscape: https://juliapackages.com/p/omniscape.
Usage
omniscape_skeleton(en = NULL, path = NULL, radius = NULL, aggr_fact = 1)
Arguments
en |
an enerscape object. |
path |
full path where to write the .ini file. |
radius |
radius in pixels of the moving window. |
aggr_fact |
the block size to compute the Omniscape. |
Value
Nothing, only write the omniscape.ini file to disk.
[Package enerscape version 1.1.0 Index]