histpltsimR: Generate Histogram Data for Simulations

Description Usage Arguments Details

Description

histpltsimR is an interface to CCG Fortran program histpltsim. It generates histogram data for multiple simulations and an optional refernece dataset (e.g., samples). It is most useful for comparing the simulated distribution with the input sample distribution as validation.

Usage

1
2
3
histpltsimR(sims, simvar, samples, sampvar, simweight = NULL,
  sampweight = NULL, realz = 1, ngrid = c(20, 20, 20),
  nquant = 1000, nvalues = 5000, logscale = FALSE, round = 2)

Arguments

sims

fff

simvar

fff

samples

fff

sampvar

fff

simweight

fff

sampweight

fff

realz

fff

ngrid

fff

nquant

fff

nvalues

fff

logscale

fff

round

fff

Details

Functionality is different compared with the Fortran program. The following differences are present:

These differences may be changed in future updates.


truemoid/rgslib documentation built on May 30, 2019, 2:14 p.m.