Learn R Programming

LSDinterface (version 1.2.2)

Interface Tools for LSD Simulation Results Files

Description

Interfaces R with LSD simulation models. Reads object-oriented data in results files (.res[.gz]) produced by LSD and creates appropriate multi-dimensional arrays in R. Supports multiple core parallel threads of multi-file data reading for increased performance. Also provides functions to extract basic information and statistics from data files. LSD (Laboratory for Simulation Development) is free software developed by Marco Valente and Marcelo C. Pereira (documentation and downloads available at ).

Copy Link

Version

Install

install.packages('LSDinterface')

Monthly Downloads

202

Version

1.2.2

License

GPL-3

Maintainer

Marcelo C. Pereira

Last Published

July 29th, 2024

Functions in LSDinterface (1.2.2)

read.4d.lsd

Read multiple instances of LSD variables (time series) from a set of LSD results file into a 4D array
name.var.lsd

Get original LSD variable name
read.multi.lsd

Read all instances of LSD variables (time series) from a LSD results file
name.nice.lsd

Get a nice (R) variable name
read.list.lsd

Read one or more instances of LSD variables (time series) from a set of LSD results file into a list
read.single.lsd

Read LSD variables (time series) from a LSD results file (a single instance of each variable only)
read.3d.lsd

Read one instance of LSD variables (time series) from multiple LSD results files into a 3D array
name.r.unique.lsd

Get valid unique R variable name
select.colattrs.lsd

Select a subset of a LSD results matrix (by variable attributes)
read.raw.lsd

Read LSD results file and clean variables names
select.colnames.lsd

Select a subset of a LSD results matrix (by column/variable names)
name.check.lsd

Check a set of LSD variables names against a LSD results file
info.details.lsd

Get detailed information from a LSD results file
info.distance.lsd

Compute distance measure between LSD Monte Carlo time series and a set of references
info.init.lsd

Read initial conditions from a LSD results file
list.files.lsd

List results files from a set of LSD runs
LSDinterface-package

tools:::Rd_package_title("LSDinterface")
info.dimensions.lsd

Dimension information for a LSD results file
name.clean.lsd

Get clean (R) variable name
info.stats.lsd

Compute Monte Carlo statistics from a set of LSD runs
info.names.lsd

Read unique variable names from a LSD results file (no duplicates)