util_MB_vs_vector: Generate a vector of superficial velocities

Description Usage Arguments Value Examples

View source: R/MukherjeeBrill_facade.R

Description

Generate a vector of superficial velocities

Usage

1
util_MB_vs_vector(from, to, num_points, log_scale)

Arguments

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)

Value

a vector of superficial velocities

Examples

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

sshunsuke/glfMB documentation built on Jan. 21, 2022, 6:13 p.m.