gifImages: Create images for a moving gif

Description Usage Arguments Examples

Description

Create images for a moving gif

Usage

1
2
gifImages(data, pc = 1, dir = "", start = -1, end = 1, steps = 20,
  height = 400, width = 300)

Arguments

data

Data structure from geomorph or created by readTem()

pc

The PC to manipulate (Defaults to 1)

dir

The directory to save images in (Defaults to working directory)

start

The starting SD (Defaults to -1)

end

The ending SD (Defaults to 1)

steps

The number of steps in the continuum (Defaults to 20)

height

The height of the output png in pixels (Defaults to 400)

width

The width of the output png in pixels (Defaults to 400)

Examples

1
gifImages(faces, pc = 1, dir = "~/Desktop/sd1")

debruine/frlgmm documentation built on May 15, 2019, 1:55 a.m.