ji.densitygrid.ds: Generates a density grid with or without a priori defined...

Description Usage Arguments Value Author(s) Examples

Description

Generates a density grid with or without a priori defined limits

Usage

1
2
3
  ji.densitygrid.ds(xvect, yvect, limits = FALSE,
    x.min = NULL, x.max = NULL, y.min = NULL, y.max = NULL,
    numints = 20)

Arguments

xvect

a numerical vector

yvect

a numerical vector

limits

a logical expression for whether or not limits of the density grid are defined by a user If limits is set to "FALSE", min and max of xvect and yvect are used as a raneg If limits is st to "TRUE", limits defined by x.min, x.max,y.min and y.max are used

x.min

a minimum value for the x axis of the grid density object, if needed

x.max

a maximum value for the x axis of the grid density object, if needed

y.min

a minimum value for the y axis of the grid density object, if needed

y.max

a maximum value for the y axis of the grid density object, if needed

numints

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

Value

a grid density matrix

Author(s)

Isaeva, J. and Gaye, A.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## Not run: 
# load the file that contains the login details
library(opal)
data(logindata)

opals <- datashield.login(logins=logindata,assign=TRUE)

# compute the statistical mean
datashield.aggregate(opals, quote(ji.densitygrid.ds(D$LAB_TSC, D$LAB_HDL)))

## End(Not run)

datashield/ji.dev.sv documentation built on May 14, 2019, 7:53 p.m.