add_cluster: Add Moving Generator Cluster

Description Usage Arguments Details See Also Examples

View source: R/DSD_MG.R

Description

Adds a MGC to a DSD_MG.

Usage

1
2

Arguments

x

the DSD_MG object

c

the MGC that will be added

Details

This allows a user to add a MGC to a DSD_MG.

See Also

DSD_MG for details on how to use it with a DSD

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
  dsd <- DSD_MG()
  
  c1 <- MGC_Random(c(50,50),1,1,1)
  
  #adding noise
  c2 <- MGC_Noise(1,c(-20,120,-20,120))
  
  add_cluster(dsd,c1)
  add_cluster(dsd,c2)
  
  ## Not run: 
  animate_data(dsd,2500,xlim=c(0,100),ylim=c(0,100))
  
## End(Not run)
  

streamMovingGenerator documentation built on May 2, 2019, 5:26 p.m.