check_coordinate_variables: Check coordinate variables

View source: R/check.R

check_coordinate_variablesR Documentation

Check coordinate variables

Description

Check coordinate variables

Usage

check_coordinate_variables(data, x = "x", y = "y")

Arguments

data

A data.frame containing the variables of interest as well as the variables needed to map onto the x- and y axis of the plot.

x

The name of the numeric variable to be plotted on the x axis.

y

The name of the numeric variable to be plotted on the y axis.


kueckelj/SPATA2 documentation built on March 16, 2024, 10:25 a.m.