log.g: log scaled grid: internal function

Description Usage Arguments Value See Also Examples

Description

make a grid with more points towards the lower bound. adjusts to negative lower bound as well.

Usage

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

Examples

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

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