View source: R/smolr_point_features.R
SMOLR_POINT_FEATURES | R Documentation |
Extraction of features based on the coordinates of the localization data
SMOLR_POINT_FEATURES(x)
x |
itemx
localization data, |
A data.frame
with columns indicating the different obtained values
Optical Imaging Centre ErasmusMC Rotterdam
#obtain statistics for a localization data.frame
x1<-SMOLR_POINT_FEATURES(smolrdata)
x1
#obtain statistics after clustering using SMOLR_KDE
x2<-SMOLR_POINT_FEATURES(SMOLR_KDE(smolrdata))
x2
#obtain statistics after clustering using SMOLR_DBSCAN
x3<-SMOLR_POINT_FEATURES(SMOLR_DBSCAN(smolrdata,MinPts=10))
x3
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.