Description Usage Arguments Value Examples
View source: R/explanation_for_what_curves_are_drawn.R
For package developer.
| 1 | explanation_for_what_curves_are_drawn(modalityID, readerID)
 | 
| modalityID | A vector. | 
| readerID | A vector.. | 
Nothing
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |  ## Not run: 
#================The first example======================================
  modalityID <-c(1,2)
  readerID <-c(1,2,3)
  explanation_for_what_curves_are_drawn( modalityID, readerID )
#================The second example======================================
  modalityID <- 1
  readerID <-c(1,2,3)
  explanation_for_what_curves_are_drawn( modalityID, readerID )
## End(Not run)# dottest
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.