# get the list of file names of example LSD results
files <- list.files.lsd( system.file( "extdata", package = "LSDinterface" ) )
# get initialization data from first and second files
init1 <- info.init.lsd( files[ 1 ] )
init1[ , 4 : 8 ]
init2 <- info.init.lsd( files[ 2 ] )
init2[ , 4 : 8 ]
Run the code above in your browser using DataLab