AccuracyPrecision {NCStats}R Documentation

Plot targets and histograms for illustrating accuracy and precision.

Description

Plot “targets” and histograms for illustrating accuracy and precision. The user can choose the number of points to sample.

Usage

AccuracyPrecision(n=20, r=4)

Arguments

n Number of random points to put on each target and histogram.
r Number of rings (i.e., circles) on the target.

Value

None. A plot is produced

Author(s)

Derek H. Ogle, dogle@northland.edu

Examples

AccuracyPrecision()
AccuracyPrecision(50,5)

[Package NCStats version 0.0-12 Index]