plotResampledShadow: Plot resampled thinned events from shadow

Description Usage Examples

View source: R/plotResampledShadow.R

Description

This is a debugging function since, by definition, thinned events are not observed in data.

Usage

1
2
plotResampledShadow(fmat.cond, which.center = 1, which.finger = 1,
  which.proj = c("x", "y"), R_clusters = 0.005, R_centers = 0.02)

Examples

1
2
3
set.seed(1234)
x <- rmat3(70, 2, 5, 0.05, 3, returnTimes = TRUE, returnThin = TRUE)
plotResampledShadow(x, 1, 1)

guiludwig/mat3c documentation built on Dec. 2, 2019, 1:32 a.m.