Extra Coordinate Systems, 'Geoms', Statistical Transformations, Scales and Fonts for 'ggplot2'
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
361 B

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/fortify.r
\name{fortify.table}
\alias{fortify.table}
\title{Fortify contingency tables}
\usage{
\method{fortify}{table}(model, data, ...)
}
\arguments{
\item{model}{the contingency table}
\item{data}{data (unused)}
\item{...}{(unused)}
}
\description{
Fortify contingency tables
}