#useDynLib(tsna)
importFrom(stats,aggregate)
importFrom(stats,aggregate.data.frame)
importFrom(grDevices,rainbow)
importFrom(stats, rexp)
importFrom(stats, ts)
importFrom(stats,as.formula)
importFrom(graphics, plot)
import(statnet.common,network,networkDynamic,ergm) # ergm import will be removed once its namespace loading issue is fixed
export(
  tPath,
  is.tPath,
  plot.tPath,
  as.network.tPath,
  tEdgeDensity,
  edgeDuration,
  vertexDuration,
  plotPaths,
  forward.reachable,
  tReach,
  tDegree,
  tErgmStats,
  tSnaStats,
  tEdgeDissolution,
  tEdgeFormation,
  tiedDuration,
  pShiftCount,
  timeProjectedNetwork
  )

S3method(as.network,tPath)
S3method(plot,tPath)
