calculatePointSize: Calculate the size of a point on the current plot

Description Usage Arguments Value

View source: R/addNonOverlappingTestLabelsOrPoints.R

Description

Function used by addPoints()

Usage

1
calculatePointSize(axisLimits, sizeFactor = 1)

Arguments

axisLimits

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

sizeFactor

A number that increases (values > 1) or decreases (values < 1) the amount of space alloted to each point

Value

Returns a vector containing the width and height of a point


JosephCrispell/basicPlotteR documentation built on June 3, 2021, 6:53 a.m.