Description Usage Arguments Value Author(s) Examples
Extraction of features based on the coordinates of the localization data
1 |
x |
itemx
localization data, |
A data.frame
with columns indicating the different obtained values
Optical Imaging Centre ErasmusMC Rotterdam
1 2 3 4 5 6 7 8 9 | #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.