euclideanDistancesWithRescaledXAxis: Calculate the euclidean distance between two sets of points....

Description Usage Arguments Value

View source: R/addNonOverlappingTestLabelsOrPoints.R

Description

Function used by addTextLabels() and addPoints()

Usage

1
2
3
4
5
euclideanDistancesWithRescaledXAxis(
  pointInfo,
  alternativeLocations,
  axisLimits
)

Arguments

pointInfo

A list storing the information for the input points

alternativeLocations

A list storing the coordinates of the alternative locations

axisLimits

The limits of the X and Y axis: (c(xMin, xMax, yMin, yMax))

Value

Returns the distances between the sets of points provided


JosephCrispell/plotteR documentation built on June 6, 2021, 7:24 p.m.