
# Remove the previous line if you edit this file

# Export all names
exportPattern(".")


# Import all packages listed as Imports or Depends
import(
  quantreg,
  splines
)
importFrom("graphics", "lines", "plot", "points", "polygon")
importFrom("stats", "approxfun", "coef", "lm", "quantile", "runif",
            "terms", "var")
export(rearrangement
       )

S3method("plot","conint")
S3method("lines","conint")
S3method("points","conint")
