as.Dtable {dbmss} | R Documentation |
Creates an object of class "Dtable"
representing a set of points with weights and labels and the distances between them.. This is a generic method.
as.Dtable(X, ...)
## S3 method for class 'ppp'
as.Dtable(X, ...)
## S3 method for class 'data.frame'
as.Dtable(X, ...)
X |
Data to be converted into a |
... |
Extra arguments. |
This is a generic method, implemented for ppp
and data.frame
.
Data is first converted to a (wmppp.object
). Then, the distance matrix between points is calculated and the marks are kept.
An object of class "Dtable"
.