getSubplotCoords: Get Points Within Min And Max Values By An Increment

Description Usage Arguments Value Examples

Description

This function takes "minmax", which is a vector with a minimum and maximum value, and "increment", which defaults to 25, and goes up by that increment until it goes just over the maximum value. This is a helper function to draw boxes around points.

Usage

1
getSubplotCoords(minmax = c(0, 100), increment = 25)

Arguments

minmax

A vector of two points, representing the minimum and maximum values.

increment

The increment value.

Value

This function returns a vector of numbers encompassing the min and max values provided.

Examples

1

ecology-rocks/disperseR documentation built on May 15, 2019, 7:58 p.m.