Learn R Programming

gapmap (version 1.0.0)

get_segment_df: Make a data.frame object

Description

This function just make a data.frame based on 4 input parameters

Usage

get_segment_df(x0, y0, x1, y1)

Value

A data.frame

Arguments

x0

x coordinate of point 1

y0

y coordinate of point 1

x1

x coordinate of point 2

y1

y coordinate of point 2