Description Usage Arguments Details See Also Examples
rplot
is created to generate rasterly
plot quickly but with base
plot design. It is convenient but lacks flexibility and rasterly is highly
recommended for a more versatile method.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
x, y |
Coordinates x, y for the plot. |
... |
Other |
plot_width |
Integer. The width of the image to plot; must be a positive integer. A higher value indicates a higher resolution. |
plot_height |
Integer. The height of the image to plot; must be a positive integer. A higher value indicates a higher resolution. |
x_range |
Vector of type numeric. The range of |
y_range |
Vector of type numeric. The range of |
background |
Character. The background color of the image to plot. |
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 |
rasterly
arguments are passed through via ...
. But some of them are noticeable.
size
: Size can be either a specified size (1, 2, 3, etc) or a mapping variable. Since rasterly
does not provide
point to point display, if the length of input size
is the same with the length of x
(or y
). It will be treated as
a mapping variable.
color
: Color can be either a color map vector or a mapping variable. If the length of color
is equal to the length of
x
(or y
). It will be treated as a mapping variable.
on
: On is always treated as a mapping variable.
rasterly rasterly_points
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.