Description Usage Arguments Value Examples
View source: R/MukherjeeBrill_facade.R
Generate a vector of superficial velocities
1 | util_MB_vs_vector(from, to, num_points, log_scale)
|
from |
minimum value of superficial velocities |
to |
maximum value of superficial velocities |
num_points |
number of data points of the returned vector |
log_scale |
If TRUE, log scale is used for intervals of data points (optional) |
a vector of superficial velocities
1 2 3 4 | util_MB_vs_vector(1, 100, 5)
# 1 25.75 50.50 75.25 100
util_MB_vs_vector(1, 100, 5, TRUE)
# 1 3.162278 10 31.622777 100
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.