Skip to content

Commit a1d63fe

Browse files
committed
Updated documentation of get_cellindex
1 parent 0a1eeb6 commit a1d63fe

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.buildlibrary

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ValidationKey: '2814582'
1+
ValidationKey: '2814724'
22
AutocreateReadme: yes
33
AcceptedWarnings:
44
- 'Warning: package ''.*'' was built under R version'

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ message: If you use this software, please cite it using the metadata from this f
33
type: software
44
title: 'lpjmlkit: Toolkit for Basic LPJmL Handling'
55
version: 1.4.2
6-
date-released: '2024-04-08'
6+
date-released: '2024-04-09'
77
abstract: A collection of basic functions to facilitate the work with the Dynamic
88
Global Vegetation Model (DGVM) Lund-Potsdam-Jena managed Land (LPJmL) hosted at
99
the Potsdam Institute for Climate Impact Research (PIK). It provides functions for

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ Suggests:
5454
sf
5555
Config/testthat/edition: 3
5656
VignetteBuilder: knitr
57-
Date: 2024-04-08
57+
Date: 2024-04-09

R/get_cellindex.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
#' to correct it.
1010
#'
1111
#' @param grid_filename A string representing the grid file name.
12-
#' @param extent A numeric vector of length 4 representing the extent
13-
#' (lonmin, lonmax, latmin, latmax).
12+
#' @param extent A numeric vector (lonmin, lonmax, latmin, latmax) containing the
13+
#' longitude and latitude boundaries between which values included in the subset.
1414
#' @param coordinates A list of two named (lon, lat) numeric vectors representing the coordinates.
1515
#'
1616
#'
@@ -22,7 +22,7 @@
2222
#' \dontrun{
2323
#' get_cellindex(
2424
#' grid_filename = "my_grid.bin.json",
25-
#' extent = c(-123.25, -122.75, 49.25, 49.75)
25+
#' extent = c(-123.25, -122.75, 49.25, 49.75) # (lonmin, lonmax, latmin, latmax)
2626
#' )
2727
#' get_cellindex(
2828
#' grid_filename = "my_grid.bin.json",

man/get_cellindex.Rd

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)