Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
legTools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Harbor Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
leg
legTools
Commits
c4765145
Commit
c4765145
authored
9 years ago
by
Fernando Mayer
Browse files
Options
Downloads
Patches
Plain Diff
fix function name in .R file
parent
4b7a1790
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
NAMESPACE
+1
-1
1 addition, 1 deletion
NAMESPACE
R/polyGui.R
+4
-4
4 additions, 4 deletions
R/polyGui.R
man/polyGui.Rd
+4
-5
4 additions, 5 deletions
man/polyGui.Rd
with
9 additions
and
10 deletions
NAMESPACE
+
1
−
1
View file @
c4765145
# Generated by roxygen2 (4.1.1): do not edit by hand
export(poly
.g
ui)
export(poly
G
ui)
export(subsetDropAll)
export(twoStripCombined)
import(gWidgets)
...
...
This diff is collapsed.
Click to expand it.
R/polyGui.R
+
4
−
4
View file @
c4765145
...
...
@@ -24,12 +24,12 @@
#' @examples
#' \donttest{
#'
#' poly
.g
ui(x=area, y=peri, data=rock, er=0.3)
#' poly
.g
ui(x=speed, y=dist, data=cars, er=0.3)
#' poly
.g
ui(x=eruptions, y=waiting, data=faithful, er=0.3)
#' poly
G
ui(x=area, y=peri, data=rock, er=0.3)
#' poly
G
ui(x=speed, y=dist, data=cars, er=0.3)
#' poly
G
ui(x=eruptions, y=waiting, data=faithful, er=0.3)
#'
#' }
poly
.g
ui
<-
function
(
x
,
y
,
data
,
er
=
0.05
){
poly
G
ui
<-
function
(
x
,
y
,
data
,
er
=
0.05
){
##
##-------------------------------------------
## Loading the required packages.
...
...
This diff is collapsed.
Click to expand it.
man/polyGui.Rd
+
4
−
5
View file @
c4765145
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/polyGui.R
\name{polyGui}
\alias{poly.gui}
\alias{polyGui}
\title{Polynomial regression GUI}
\usage{
poly
.g
ui(x, y, data, er = 0.05)
poly
G
ui(x, y, data, er = 0.05)
}
\arguments{
\item{x,y}{independent and dependent (numeric) regression variables.}
...
...
@@ -29,9 +28,9 @@ that \code{gWidgets} and \code{gWidgetstcltk} packages are available.
\examples{
\donttest{
poly
.g
ui(x=area, y=peri, data=rock, er=0.3)
poly
.g
ui(x=speed, y=dist, data=cars, er=0.3)
poly
.g
ui(x=eruptions, y=waiting, data=faithful, er=0.3)
poly
G
ui(x=area, y=peri, data=rock, er=0.3)
poly
G
ui(x=speed, y=dist, data=cars, er=0.3)
poly
G
ui(x=eruptions, y=waiting, data=faithful, er=0.3)
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment