Description Usage Arguments Value Author(s) References Examples
Description
1 2 |
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 |
Returns an image with a grid and labels.
Troy (stackoverflow.com) and Tyler Rinker <tyler.rinker@gmail.com>.
http://stackoverflow.com/a/21043587/1000343
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.