showDuplicated: Show missing and duplicated cap numbers

Description Usage Arguments Value Author(s) Examples

Description

showDuplicated shows missing and duplicated cap numbers from D-15, D15d, FM-100 and similar tests.

Usage

1

Arguments

cnum

cap numbers

Value

none

Author(s)

Jose Gama

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
# find duplicate values
## Not run: showDuplicated(1:15)
showDuplicated(c(1:4,8,5:14))
# this is an example of a typo in data from a publication
#Procedures for Testing Color Vision: Report of Working Group 41, 1981, 
Committee on Vision, National Research Council, pp. 107
#the "monochromat" data has "16" instead of "6"
data(exampleNRC1981)
showDuplicated(exampleNRC1981[,3])

## End(Not run)

CVD documentation built on May 2, 2019, 6:30 p.m.

Related to showDuplicated in CVD...