q2t | R Documentation |
This function takes as input query coordinates and a query range and convert them into coordinate scale defined by a target range.
q2t(x, q.range, t.range)
x |
A |
q.range |
A |
t.range |
A |
A vector
of rescaled coordinate values.
David Porubsky
## Convert query coordinates (x) from query range (q.range) to target range (t.range)
q2t(x = c(100, 1000), q.range = c(1, 2000), t.range = c(1, 100))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.