r.SDD: Demo Data: Standard Deviation Distance Output Object
Description
Results from the Standard Deviation Distance Calculator (calc_sdd) are stored in a list object. This object is required for the plot function (plot_sdd).Format
The list object contains the following results:
- id
- Identifier for the SDD estimation - it should be unique
- points
- a simple two-column data frame (or matrix) containing x,y coordinates for a series of point locations.
- coordsSDD
- coordsSDD value, coordinates of the SDD
- SDD
- SDD value, radius of the SDD
- calccentre
- Boolean: TRUE if mean centre is computed
- weighted
- Boolean: TRUE if the weighted mean centre is to be used instead
- weights
- Weights applied to point observations
- CENTRE.x
- X-coordinate of the centre
- CENTRE.y
- Y-coordinate of the centre
- SDD.area
- Area of the SDD circle
Source
This demonstration data has been manufactured for illustrative purposes only.Details
The coordinates of the points must have the same units and projection as the specified center.