File: spec_angle.Rd

package info (click to toggle)
r-cran-kableextra 1.4.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,400 kB
  • sloc: javascript: 579; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 566 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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/spec_tools.R
\name{spec_angle}
\alias{spec_angle}
\title{Generate rotation angle for continuous values}
\usage{
spec_angle(x, begin, end, scale_from = NULL)
}
\arguments{
\item{x}{continuous vectors of values}

\item{begin}{Smallest degree to rotate. Default is 0}

\item{end}{Largest degree to rotate. Default is 359.}

\item{scale_from}{input range (vector of length two). If not given,
is calculated from the range of x}
}
\description{
Generate rotation angle for continuous values
}