-
Notifications
You must be signed in to change notification settings - Fork 31
/
wbt_atan2.Rd
38 lines (32 loc) · 1.29 KB
/
wbt_atan2.Rd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/math_stat_analysis.R
\name{wbt_atan2}
\alias{wbt_atan2}
\title{Atan2}
\usage{
wbt_atan2(
input_y,
input_x,
output,
wd = NULL,
verbose_mode = NULL,
compress_rasters = NULL,
command_only = FALSE
)
}
\arguments{
\item{input_y}{Input y raster file or constant value (rise).}
\item{input_x}{Input x raster file or constant value (run).}
\item{output}{Output raster file.}
\item{wd}{Changes the working directory. Default: \code{NULL} will use the value in WhiteboxTools settings, see \code{wbt_wd()} for details.}
\item{verbose_mode}{Sets verbose mode. If verbose mode is \code{FALSE}, tools will not print output messages. Default: \code{NULL} will use the value in WhiteboxTools settings, see \code{wbt_verbose()} for details.}
\item{compress_rasters}{Sets the flag used by 'WhiteboxTools' to determine whether to use compression for output rasters. Default: \code{NULL} will use the value in WhiteboxTools settings, see \code{wbt_compress_rasters()} for details.}
\item{command_only}{Return command that would be executed by \code{system()} rather than running tool. Default: \code{FALSE}.}
}
\value{
Returns the tool text outputs.
}
\description{
Returns the 2-argument inverse tangent (atan2).
}
\keyword{MathandStatsTools}