get_segment_df: Make a data.frame object

View source: R/get_segment_df.R

get_segment_dfR Documentation

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)

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

Value

A data.frame


gapmap documentation built on May 29, 2024, 4:39 a.m.