Import GridWare files

ssg_gwf2long(
  gwf_name,
  delta_t = 0.01,
  returnOnlyData = TRUE,
  saveLongFormat = FALSE
)

Arguments

gwf_name

Name of the GridWare project file. A directory named ../gwf_name_trjs must be present at the location of the project file.

delta_t

Time between two samples or sampling frequency

returnOnlyData

Just return the data, do not return a list object with data, variable info and preferences.

saveLongFormat

Save the long format trajectory data as a .csv file in the same location as gwf_name

Value

A data frame containing State Space Grid trajectories, or a list object with additional info.

See also

Other State Space Grid functions: factor_obs_exp(), ssg_winnowing()