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
0f7374ee
Commit
0f7374ee
authored
Oct 01, 2019
by
Eric Coissac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change doc and namespace according to function renaming
parent
8cb7d190
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
20 deletions
+20
-20
NAMESPACE
NAMESPACE
+6
-6
as_procmod_frame.Rd
man/as_procmod_frame.Rd
+11
-11
is_procmod_frame.Rd
man/is_procmod_frame.Rd
+3
-3
No files found.
NAMESPACE
View file @
0f7374ee
...
@@ -7,10 +7,10 @@ S3method("[",procmod_frame)
...
@@ -7,10 +7,10 @@ S3method("[",procmod_frame)
S3method("[[<-",procmod_frame)
S3method("[[<-",procmod_frame)
S3method(as.data.frame,dist)
S3method(as.data.frame,dist)
S3method(as.list,procmod_frame)
S3method(as.list,procmod_frame)
S3method(as
.
procmod_frame,array)
S3method(as
_
procmod_frame,array)
S3method(as
.
procmod_frame,list)
S3method(as
_
procmod_frame,list)
S3method(as
.
procmod_frame,matrix)
S3method(as
_
procmod_frame,matrix)
S3method(as
.
procmod_frame,procmod_frame)
S3method(as
_
procmod_frame,procmod_frame)
S3method(dim,procmod_frame)
S3method(dim,procmod_frame)
S3method(names,procmod.corls)
S3method(names,procmod.corls)
S3method(names,procmod.varls)
S3method(names,procmod.varls)
...
@@ -21,13 +21,13 @@ S3method(ortho,procmod_frame)
...
@@ -21,13 +21,13 @@ S3method(ortho,procmod_frame)
S3method(print,procmod.corls)
S3method(print,procmod.corls)
S3method(print,procmod.varls)
S3method(print,procmod.varls)
S3method(subset,procmod_frame)
S3method(subset,procmod_frame)
export(as
.
procmod_frame)
export(as
_
procmod_frame)
export(bicenter)
export(bicenter)
export(corls)
export(corls)
export(corls.partial)
export(corls.partial)
export(corls.test)
export(corls.test)
export(is.euclid)
export(is.euclid)
export(is
.
procmod_frame)
export(is
_
procmod_frame)
export(nmds)
export(nmds)
export(ortho)
export(ortho)
export(pca)
export(pca)
...
...
man/as
.
procmod_frame.Rd
→
man/as
_
procmod_frame.Rd
View file @
0f7374ee
% Generated by roxygen2: do not edit by hand
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/procmod_frame.R
% Please edit documentation in R/procmod_frame.R
\name{as
.
procmod_frame}
\name{as
_
procmod_frame}
\alias{as
.
procmod_frame}
\alias{as
_
procmod_frame}
\alias{as
.
procmod_frame.list}
\alias{as
_
procmod_frame.list}
\alias{as
.
procmod_frame.procmod_frame}
\alias{as
_
procmod_frame.procmod_frame}
\alias{as
.
procmod_frame.array}
\alias{as
_
procmod_frame.array}
\alias{as
.
procmod_frame.matrix}
\alias{as
_
procmod_frame.matrix}
\title{Coerce to a ProcMod Frame.}
\title{Coerce to a ProcMod Frame.}
\usage{
\usage{
as
.
procmod_frame(data, ...)
as
_
procmod_frame(data, ...)
\method{as
.
procmod_frame}{list}(data, ...)
\method{as
_
procmod_frame}{list}(data, ...)
\method{as
.
procmod_frame}{procmod_frame}(data, ...)
\method{as
_
procmod_frame}{procmod_frame}(data, ...)
\method{as
.
procmod_frame}{array}(data, ...)
\method{as
_
procmod_frame}{array}(data, ...)
\method{as
.
procmod_frame}{matrix}(data, ...)
\method{as
_
procmod_frame}{matrix}(data, ...)
}
}
\arguments{
\arguments{
\item{data}{a R object to coerce.}
\item{data}{a R object to coerce.}
...
...
man/is
.
procmod_frame.Rd
→
man/is
_
procmod_frame.Rd
View file @
0f7374ee
% Generated by roxygen2: do not edit by hand
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/procmod_frame.R
% Please edit documentation in R/procmod_frame.R
\name{is
.
procmod_frame}
\name{is
_
procmod_frame}
\alias{is
.
procmod_frame}
\alias{is
_
procmod_frame}
\title{Check if an object is a ProcMod Frame.}
\title{Check if an object is a ProcMod Frame.}
\usage{
\usage{
is
.
procmod_frame(x)
is
_
procmod_frame(x)
}
}
\arguments{
\arguments{
\item{x}{a R \code{object to test}}
\item{x}{a R \code{object to test}}
...
...
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