Learn R Programming

Comp2ROC (version 1.0)

lineslope: Sampling Lines Slope

Description

This function allows to calculate the sample lines slope that were drawn beginning at the reference point.

Usage

lineslope(K)

Arguments

K
Number of sampling lines that we want to create

Value

  • This function returns a vector with all slopes of the sampling lines that we create

Examples

Run this code
K=100
lineslope(K)

Run the code above in your browser using DataLab