Description Usage Arguments Value Author(s) Examples
showDuplicated
shows missing and duplicated cap numbers
from D-15, D15d, FM-100 and similar tests.
1 | showDuplicated(cnum)
|
cnum |
cap numbers |
none
Jose Gama
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.