raster_map: Raster Map

View source: R/raster_map.R

raster_mapR Documentation

Raster Map

Description

Computes a square raster with n tiles from two columns.

Usage

raster_map(data, x, y, n = 100)

Arguments

data

Provide dataframe with x and y coordinates.

x

Column mapped to x coordinates

y

Column mapped to y coordinates

n

Number of data squares the old dataframe is divided into

Value

data


muhohl/geochem documentation built on March 4, 2025, 8:14 p.m.