Description Usage Arguments Value Author(s) See Also Examples
A function to convert localization data coordinates to point patterns for the spatstat package. Input can be separate vectors, data.frame or a list of data.frames.
1 | SMOLR_TO_PPP(x, y, xlim, ylim, marks, shape)
|
x |
X coordinates in nm, or a data.frame or list of data.frames with localization data. |
y |
Y coordinates in nm |
xlim |
Vector with the upper and lower limit of x coordinates |
ylim |
Vector with the upper and lower limit of y coordinates |
marks |
Vector to indictate different types/channels of the coordinates. If list or data.frame is used as input the channel column will be used for the marks. |
shape |
Shape of the point pattern, either a rectangle ("rect") or circle ("circle"). Default is "rect". |
Returns a spatstat ppp object, or a list of ppp objects.
Optical Imaging Centre ErasmusMC Rotterdam
1 2 3 4 5 6 7 8 9 10 11 12 13 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.