average: Make an Average Face

Description Usage Arguments Value Examples

Description

Make an Average Face

Usage

1
2
3
4
5
6
7
8
average(
  files,
  outname = tempfile(),
  texture = TRUE,
  norm = c("none", "twopoint", "rigid"),
  normpoint = 0:1,
  format = c("jpg", "png", "gif")
)

Arguments

files

the image files to average

outname

local path to save average to

texture

logical, textured average

norm

how to normalise

normpoint

points for twopoint normalisation

format

image format

Value

stimlist

Examples

1
2
3
4
## Not run: 
  demo_stim("lisa") %>% average(norm = "twopoint")

## End(Not run)

facelab/webmorph documentation built on April 11, 2021, 6:34 a.m.