hyp.sine: hyperbolic sine scaling towards zero: internal function

Description Usage Arguments Value See Also Examples

Description

increase concentration of points symmetrically around zero.

Usage

1
  hyp.sine(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, exp.grid, gumbel.grid, log.g, log.g2, lognorm.grid

Examples

1
grid.maker(bounds=c(-10,10),num.points=20,spacing="hyp.sine",plotit=TRUE)

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