importFrom("graphics", "lines", "plot", "points")
importFrom("tclust", "tkmeans")

export(trimkmeans,
        print.tkm,
        plot.tkm
)

S3method("plot", "tkm")
S3method("print", "tkm")

