Learn R Programming

PlaneGeometry (version 1.6.0)

LineFromInterceptAndSlope: Line from intercept and slope

Description

Create a Line object representing the infinite line with given intercept and given slope.

Usage

LineFromInterceptAndSlope(a, b)

Value

A Line object.

Arguments

a

intercept

b

slope