Learn R Programming

phiDelta (version 1.0.1)

borders: borders of the phi delta space

Description

calculates the corners of the phi delta space

Usage

borders(ratio)

Arguments

ratio

is the ratio of positive and negative of the data. The default is 1

Value

a matrix. Each row represents a corner in the following order: top, right, bottom, left

Examples

Run this code
# NOT RUN {
borders(1.0)
borders(0.5)
borders(2)
# }

Run the code above in your browser using DataLab