plotline: Plotline

Description Usage Arguments Value Examples

View source: R/plotline.R

Description

This function uses the binary (0/1) pathology data to plot the percentage of agreement.

Usage

1
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

1
2
data("sp142_bin")
plotline(sp142_bin,1,"red")

hangangtrue/ONEST documentation built on Aug. 6, 2021, 10:44 p.m.