vector_face: Vector Face

Description Usage Arguments Details Examples

Description

Takes a vector of length = 14, and creates a face

Usage

1

Arguments

x

Details

Takes a vector of length = 14. Values for index[1] should be between 0.5-1.5, and values for 2-14 should be between 1-100. Values of 0 will return white for colors, and facial features will disappear (this may be what you want)

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.


# draws a standard face
test_face <- c(1,50,50,50,50,50,50,50,50,50,50,50,50,50)
vector_face(test_face)

# draws a random face
vector_face(random_vector())

## The function is currently defined as
function (x)
{

  }

cvirgo/stat297-finalproject documentation built on May 20, 2019, 5:57 p.m.