Title

Usage

plot_grid(file, text.color = "gray60", text.size = 3, grid.color = text.color, grid.data = grid_calc())

Arguments

file
The imput png file.
text.color
The color to make the coordinate labels.
text.size
The size of the coordinate labels.
grid.color
The color to make the grid.
grid.data
The output from the grid_calc function.

Value

Returns an image with a grid and labels.

Description

Description

Examples

## Not run: # deb <- system.file("extdata/deb_roy.png", package = "embodied")# plot_grid(deb, grid.data = grid_calc(5))# ## End(Not run)

Author

Troy (stackoverflow.com) and Tyler Rinker .