From 1df33dbb3d310f94ccddbf57906e12bd6fa93c3f Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 11 Sep 2015 10:04:54 +0200 Subject: Working version with basic functionality --- man/print.chent.Rd | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 man/print.chent.Rd (limited to 'man/print.chent.Rd') diff --git a/man/print.chent.Rd b/man/print.chent.Rd new file mode 100644 index 0000000..56f04f5 --- /dev/null +++ b/man/print.chent.Rd @@ -0,0 +1,17 @@ +% Generated by roxygen2 (4.1.1): do not edit by hand +% Please edit documentation in R/chent.R +\name{print.chent} +\alias{print.chent} +\title{Printing method for chent objects} +\usage{ +\method{print}{chent}(x, ...) +} +\arguments{ +\item{x}{The chent object to be printed} + +\item{...}{Further arguments for compatibility with the S3 method} +} +\description{ +Printing method for chent objects +} + -- cgit v1.2.1