grid_as_stars {jpgrid} | R Documentation |
Converting data frame containing regional grids to stars
Description
Converting data frame containing regional grids to stars
Usage
grid_as_stars(
x,
coords = NULL,
crs = sf::NA_crs_,
grid_column_name = NULL,
...
)
Arguments
x |
A data frame or a |
coords |
The column names or indices that form the cube dimensions. |
crs |
Coordinate reference system. |
grid_column_name |
A scalar character. |
... |
Passed on to |
Value
A stars
object.
[Package jpgrid version 0.4.0 Index]