Displaying 1 result from an estimated 1 matches for "data2events".
2006 Oct 31
4
Syntax Error in Rcmd check on Windows
...>
> flush(stderr()); flush(stdout())
>
> ### Name: LBExperiment-class
> ### Title: Class "LBExperiment"
> ### Aliases: LBExperiment-class show,LBExperiment-method
> ### plot,LBExperiment-method plot,LBExperiment,missing-method
> ### summary,LBExperiment-method data2events,LBExperiment-method
> ### data2events
> ### Keywords: classes
>
> ### ** Examples
>
> sim.layout <- new( "LBLayout", S0=matrix( c( 13, rep( 14, 7 ) ), ncol=4 ),
+ E0=matrix( c( 1, rep( 0, 7 ) ), ncol=4 ) )
> sim.opts <- new( "LBOptions...