exp.grid: exponentially scaled grid: more points at upper bound:...

Description Usage Arguments Value See Also Examples

Description

concentrate points towards the upper bound.

Usage

1
  exp.grid(b, n, plotit)

Arguments

b

numeric vector of length 2. bounds.

n

number of desired points

plotit

boolean TRUE if want a plot of result

Value

numeric vector of gridpoints

See Also

Other grid.makers: beta.grid, gumbel.grid, hyp.sine, log.g, log.g2, lognorm.grid

Examples

1
grid.maker(bounds=c(-1,5),num.points=10,spacing="exp.grid",plotit=TRUE)

floswald/gridR documentation built on May 16, 2019, 1:24 p.m.