File: print.sim.Rd

package info (click to toggle)
r-cran-huge 1.3.5-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,468 kB
  • sloc: cpp: 906; sh: 14; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 494 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/huge.generator.R
\name{print.sim}
\alias{print.sim}
\title{Print function for S3 class "sim"}
\usage{
\method{print}{sim}(x, ...)
}
\arguments{
\item{x}{An object with S3 class \code{"sim"}.}

\item{\dots}{System reserved (No specific usage)}
}
\description{
Print the information about the sample size, the dimension, the pattern and sparsity of the true graph structure.
}
\seealso{
\code{\link{huge.generator}}
}