View source: R/init_finalize.R
exageostat_init | R Documentation |
Initial an instance of ExaGeoStatR
exageostat_init(
hardware = list(ncores = 2, ngpus = 0, ts = 320, lts = 0, pgrid = 1, qgrid = 1)
)
hardware |
A list of ncores, ngpus, tile size, pgrid, and qgrid |
N/A
exageostat_init(hardware = list(ncores = 2, ngpus = 0, ts = 320, lts = 0, pgrid = 1, qgrid = 1))
exageostat_init(hardware = list(ncores = 1, ngpus = 2, ts = 320, lts = 0, pgrid = 1, qgrid = 1))
exageostat_init(hardware = list(ncores = 26, ngpus = 0, ts = 320, lts = 0, pgrid = 3, qgrid = 4))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.