Learn R Programming

BayesianFROC (version 1.0.0)

explanation_for_what_curves_are_drawn: Print out about what curves are drawn

Description

For package developer.

Usage

explanation_for_what_curves_are_drawn(modalityID, readerID)

Arguments

modalityID

A vector.

readerID

A vector..

Value

Nothing

Examples

Run this code
# NOT RUN {
 
# }
# 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 )


# }
# NOT RUN {
# dottest


# }

Run the code above in your browser using DataLab