Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
ProcMod
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LECASofts
ProcMod
Commits
ee0efebb
Commit
ee0efebb
authored
Oct 01, 2019
by
Eric Coissac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add missing man page
parent
0bbc9c4e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
38 additions
and
0 deletions
+38
-0
as.procmod.frame.Rd
man/as.procmod.frame.Rd
+38
-0
No files found.
man/as.procmod.frame.Rd
0 → 100644
View file @
ee0efebb
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/procmod_frame.R
\name{as.procmod.frame}
\alias{as.procmod.frame}
\alias{as.procmod.frame.list}
\alias{as.procmod.frame.procmod.frame}
\alias{as.procmod.frame.array}
\alias{as.procmod.frame.matrix}
\title{Coerce to a ProcMod Frame.}
\usage{
as.procmod.frame(data, ...)
\method{as.procmod.frame}{list}(data, ...)
\method{as.procmod.frame}{procmod.frame}(data, ...)
\method{as.procmod.frame}{array}(data, ...)
\method{as.procmod.frame}{matrix}(data, ...)
}
\arguments{
\item{data}{a R object to coerce.}
\item{...}{supplementary parameters used in some
implementation of that method}
}
\value{
a \code{procmod.frame} object
}
\description{
Conversion methods are proposed for \code{list},
\code{matrix} and \code{array}.
}
\author{
Eric Coissac
Christelle Gonindard-Melodelima
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment