explanation_for_what_curves_are_drawn: Print out about what curves are drawn

Description Usage Arguments Value Examples

View source: R/explanation_for_what_curves_are_drawn.R

Description

For package developer.

Usage

1

Arguments

modalityID

A vector.

readerID

A vector..

Value

Nothing

Examples

 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

BayesianFROC documentation built on Jan. 23, 2022, 9:06 a.m.