plotline {ONEST} | R Documentation |
Plotline
Description
This function uses the binary (0/1) pathology data to plot the percentage of agreement.
Usage
plotline(path,indi=1,color="red")
Arguments
path |
pathology data as a matrix (missing values are allowed) |
indi |
an indicator; if indi=0: then do not make plot; indi=1: then make plot, original scale. Labels on the x and y-axis are on the original scale |
color |
the color used to draw pictures |
Value
A matrix with percentage of agreement from the original scale
Examples
data("sp142_bin")
plotline(sp142_bin,1,"red")
[Package ONEST version 0.1.0 Index]