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}
|