https://github.com/cran/RecordLinkage
Raw File
Tip revision: d650bb5b048f47ae3237cec162d379a89734ff57 authored by Andreas Borg on 02 May 2016, 13:21:08 UTC
version 0.4-9
Tip revision: d650bb5
ffdf-class.rd
\name{ffdf-class}
\Rdversion{1.1}
\docType{class}
\alias{ffdf-class}

\title{Class \code{"ffdf"}}
\description{
  S4 representation of S3 class \code{"ffdf"}, created by \code{\link{setOldClass}}.
  See \code{\link[ff]{ffdf}} for documentation of the underlying S3 class.
}

\section{Objects from the Class}{A virtual Class: No objects may be created from it.}
\section{Slots}{
  \describe{
    \item{\code{.S3Class}:}{Object of class \code{"character"}}
  }
}
\section{Extends}{
Class \code{"\linkS4class{oldClass}"}, directly.
}
\section{Methods}{
No methods defined with class "ffdf" in the signature.
}
\keyword{classes}
back to top