sedona_visualization_routines | R Documentation |
Generate a visual representation of geometrical object(s) within a Sedona spatial RDD.
rdd |
A Sedona spatial RDD. |
resolution_x |
Resolution on the x-axis. |
resolution_y |
Resolution on the y-axis. |
output_location |
Location of the output image. This should be the desired path of the image file excluding extension in its file name. |
output_format |
File format of the output image. Currently "png", "gif", and "svg" formats are supported (default: "png"). |
boundary |
Only render data within the given rectangular boundary.
The |
color_of_variation |
Which color channel will vary depending on values of data points. Must be one of "red", "green", or "blue". Default: red. |
base_color |
Color of any data point with value 0. Must be a numeric vector of length 3 specifying values for red, green, and blue channels. Default: c(0, 0, 0). |
shade |
Whether data point with larger magnitude will be displayed with darker color. Default: TRUE. |
overlay |
A |
browse |
Whether to open the rendered image in a browser (default: interactive()). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.