stringArt: An S4 class to represent a piece of string art

stringArtR Documentation

An S4 class to represent a piece of string art

Description

An S4 class to describe a piece of string art.

Usage

## S4 method for signature 'stringArt'
initialize(.Object, x, y, names, groups, lineGroups, distances, loop)

Slots

x,y

point co-ordinates

names

point names

groups

a named list of name vectors

distances

a list of adjacencies for each line group

lineGroups

a list of point groups to join with lines

loop

logical. If true the ends of a group are considered adjacent to the start of the group.

See Also

Other stringArt: makeMandalaStringArt(), makeShapeStringArt(), makeStringArt()

Examples

print(1+1)

R-graphic-design/RGD documentation built on Jan. 2, 2023, 10:30 p.m.