rasterize_points.RdPoints layer for "rasterly". Deprecated now, please use rasterly_points instead.
rasterize_points( rastObj, data = NULL, mapping = aes(), ..., xlim = NULL, ylim = NULL, max_size = NULL, reduction_func = NULL, layout = NULL, glyph = NULL, group_by_data_table = NULL, inherit.aes = TRUE )
| rastObj | A |
|---|---|
| data | A |
| mapping | Default list of aesthetic mappings to use for plot. If provided and |
| ... | Pass-through arguments provided by |
| xlim | Vector of type numeric. X limits in this layer. |
| ylim | Vector of type numeric. Y limits in this layer. |
| max_size | Numeric. When size changes, the upper bound of the number of pixels over which to spread a single observation. |
| reduction_func | Function. A reduction function is used to aggregate data points into their pixel representations. Currently
supported reduction operators are |
| layout | Character. The method used to generate layouts for multiple images. The default is |
| glyph | Character. Currently, only "circle" and "square" are supported; as the |
| group_by_data_table | Logical. Default is |
| inherit.aes | If |