gridify(path = ".", out = file.path(path, "out"), columns = 20, rows = columns, parallel = FALSE, cores = detectCores()/2, width = 480, height = 480, text.color = "gray60", text.size = 3, grid.color = text.color, ...)
TRUE
attempts to run
the function on multiple cores. Note that this may not
mean a speed boost if you have one core or if the data
set is smaller as the cluster takes time to create.parallel
= TRUE
. Default is half the number of available cores.png
.Returns multiple png files with grid lines.
A wrapper function for grid_calc
and
plot_grid
used to read in a directory of png files.
Add grid lines. Output to directory.
deb <- system.file("extdata", package = "embodied") gridify(deb, "out")Warning message: 'C:\Users\trinker\GitHub\embodied\out' already exists Grid files plotted to: out
plot_grid