summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NAMESPACE2
-rw-r--r--man/tf.Rd22
2 files changed, 0 insertions, 24 deletions
diff --git a/NAMESPACE b/NAMESPACE
index 0cb4291..db6bfaa 100644
--- a/NAMESPACE
+++ b/NAMESPACE
@@ -22,7 +22,6 @@ S3method(print,estpoly)
S3method(print,idpoly)
S3method(print,summary.estpoly)
S3method(print,summary.idframe)
-S3method(print,tf)
S3method(sim,default)
S3method(sim,idpoly)
S3method(summary,estpoly)
@@ -60,7 +59,6 @@ export(residplot)
export(sim)
export(spa)
export(step)
-export(tf)
import(ggplot2)
import(reshape2)
import(tfplot)
diff --git a/man/tf.Rd b/man/tf.Rd
deleted file mode 100644
index 9d0b60e..0000000
--- a/man/tf.Rd
+++ /dev/null
@@ -1,22 +0,0 @@
-% Generated by roxygen2: do not edit by hand
-% Please edit documentation in R/tf.R
-\name{tf}
-\alias{tf}
-\title{S3 class for transfer functions}
-\usage{
-tf(num = c(1), den = c(1), Ts = 1)
-}
-\arguments{
-\item{num}{coefficients of the numerator plynomial in q^{-1}}
-
-\item{den}{coefficients of the denominator plynomial in q^{-1}}
-
-\item{Ts}{sampling time}
-}
-\value{
-an object of class tf
-}
-\description{
-\code{tf} is an S3 class for defining transfer functions.
-}
-