snapread {snapshot} | R Documentation |
Read in Gadget snapshots
Description
This function allows the user to read in the standard format Gadget binaries. It keeps the particle information and header information in separate components of a list.
Usage
snapread(file)
Arguments
file |
The full path to the Gadget snapshot to be read in. |
Value
part |
A data.frame containing the main particle level information. Columns included are:
| ||||||||||||||||||||||||||||||||||||||||||
head |
A list containing various header information as list elements. These are:
|
Author(s)
Aaron Robotham
See Also
Examples
## Not run:
temp=snapread('somepath/snapshot_XXX')
## End(Not run)
[Package snapshot version 0.1.2 Index]