Hao Zhu | 9ce317e | 2017-10-12 18:19:55 -0400 | [diff] [blame] | 1 | % Generated by roxygen2: do not edit by hand |
| 2 | % Please edit documentation in R/spec_tools.R |
| 3 | \name{spec_angle} |
| 4 | \alias{spec_angle} |
| 5 | \title{Generate rotation angle for continuous values} |
| 6 | \usage{ |
Hao Zhu | 4e557c2 | 2017-12-19 12:49:48 -0500 | [diff] [blame] | 7 | spec_angle(x, begin, end, scale_from = NA) |
Hao Zhu | 9ce317e | 2017-10-12 18:19:55 -0400 | [diff] [blame] | 8 | } |
| 9 | \arguments{ |
| 10 | \item{x}{continuous vectors of values} |
| 11 | |
| 12 | \item{begin}{Smallest degree to rotate. Default is 0} |
| 13 | |
| 14 | \item{end}{Largest degree to rotate. Default is 359.} |
Hao Zhu | 4e557c2 | 2017-12-19 12:49:48 -0500 | [diff] [blame] | 15 | |
| 16 | \item{scale_from}{input range (vector of length two). If not given, |
| 17 | is calculated from the range of x} |
Hao Zhu | 9ce317e | 2017-10-12 18:19:55 -0400 | [diff] [blame] | 18 | } |
| 19 | \description{ |
| 20 | Generate rotation angle for continuous values |
| 21 | } |