plot_grid: Title

Description Usage Arguments Value Author(s) References Examples

Description

Description

Usage

1
2
plot_grid(file, text.color = "gray60", text.size = 2,
  grid.color = text.color, grid.size = 0.25, 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.size

The thickness of the grid lines.

grid.data

The output from the grid_calc function.

Value

Returns an image with a grid and labels.

Author(s)

Troy (stackoverflow.com) and Tyler Rinker <tyler.rinker@gmail.com>.

References

http://stackoverflow.com/a/21043587/1000343

Examples

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

## End(Not run)

trinker/embodied documentation built on May 31, 2019, 8:42 p.m.