Learn R Programming

TrajDataMining (version 0.1.6)

createSpatialCluster: Create Spatial Cluster

Description

Method for create a spatial cluster

Usage

createSpatialCluster(A3, clusterlist)

# S4 method for Track,list createSpatialCluster(A3, clusterlist)

Arguments

A3

Track object

clusterlist

list of cluster positions create spatial objects

Value

cluster of polygons

Examples

Run this code
# NOT RUN {
spcluster<-createSpatialCluster(A1,speedCluster(A1,mean(A1@connections$speed),
12,min(A1@connections$speed)+4))

# }

Run the code above in your browser using DataLab