fractal(seeds, patterns, count = NULL, epochs = NULL, ..., type = "uniform")
fractal.uniform(seed, patterns, count = NULL, epochs = NULL, origin = '1970-01-01', date.fun = as.Date, only = NULL)
fractal.random(seed, patterns, count = NULL, epochs = NULL, origin = '1970-01-01', date.fun = as.Date, only = NULL)
next.seeds(old.seed, new.seed, pattern, idx, epoch)
data(generators)
series <- fractal(sampleInitiators, sampleGenerators, count=10)
# View the results of a single iteration using the second pattern
series <- fractal(sampleInitiators, sampleGenerators, epochs=1, only=2)
Run the code above in your browser using DataLab