grid.density.limits: Generates a density grid with a priori defined limits

Description Usage Arguments

Description

Generates a density grid with a priori defined limits

Usage

1
2
  grid.density.limits(xvect, yvect, x.min, x.max, y.min,
    y.max, numints = 20)

Arguments

xvect

a numerical vector

yvect

a numerical vector

x.min

a minimum value for the x axis of the grid density object

x.max

a maximum value for the x axis of the grid density object

y.min

a minimum value for the y axis of the grid density object

y.max

a maximum value for the y axis of the grid density object

numints

a number of intervals for the grid density object, by default is 20


datashield/testGrid documentation built on May 14, 2019, 7:54 p.m.