move_dots: Movement of "dots"

Description Usage Arguments Value Examples

Description

Randomly moves dots within the delimited space

Usage

1
move_dots(data, size = 100, movement = 5)

Arguments

data

The dataset containing the dots information

size

The size of the space within which to place the dots. Must be the same as the one used to place the dots.

movement

The maximum distance that dots can move during one generation

Value

An updated dataset

Examples

1
dots_data = move_dots(data=dots_data, size=100, movement=5)

qleclerc/rdots documentation built on May 10, 2019, 9:52 a.m.