buffer_area | R Documentation |
Buffers the area of a polygon.
buffer_area(df, buffer, close_plg = TRUE, cvars = c("x", "y"))
df |
Data.frame with variables x and y describing the
vertices of the polygon that encircles the area based on which the barcode-spots
are binned. E.g. slot @area of |
buffer |
The distance by which to consecutively expand the
area that covers the spatial annotation screening. Given to argument
|
cvars |
Character vector of length two. The variable names that correspond to the x- and y-coordinates. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.