File: dot-valueWeightIndexes.Rd

package info (click to toggle)
r-cran-exactextractr 0.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,152 kB
  • sloc: cpp: 7,238; sh: 14; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 637 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/exact_extract_helpers.R
\name{.valueWeightIndexes}
\alias{.valueWeightIndexes}
\title{Compute indexes for the value and weight layers that should be
processed together}
\usage{
.valueWeightIndexes(num_values, num_weights)
}
\arguments{
\item{num_values}{number of layers in value raster}

\item{num_weights}{number of layers in weighting raster}
}
\value{
list with \code{values} and \code{weights} elements
        providing layer indexes
}
\description{
Compute indexes for the value and weight layers that should be
processed together
}
\keyword{internal}