plot.IFS_S3: Plot fractal calculated by IFS method

Description Usage Arguments Value Examples

Description

Plot fractal calculated by IFS method

Usage

1
2
## S3 method for class 'IFS_S3'
plot(IFS, point = c(0, 0), n)

Arguments

IFS

object of class IFS_FS

point

starting point

n

number of iteration

Value

Creates plot of fractal

Examples

1
2
# Example sierpinski_triangle from createIFS
plot(sierpinski_triangle, n = 10)

sgorka/IFS586 documentation built on May 24, 2019, 7:25 p.m.