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
0d1a274d
Commit
0d1a274d
authored
9 years ago
by
Fernando Mayer
Browse files
Options
Downloads
Patches
Plain Diff
fix some minor typos on docs
parent
248eacdc
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
R/polyGui.R
+2
-2
2 additions, 2 deletions
R/polyGui.R
R/twoStripCombined.R
+5
-4
5 additions, 4 deletions
R/twoStripCombined.R
buildPkg.R
+1
-1
1 addition, 1 deletion
buildPkg.R
man/polyGui.Rd
+2
-2
2 additions, 2 deletions
man/polyGui.Rd
man/twoStripCombined.Rd
+5
-4
5 additions, 4 deletions
man/twoStripCombined.Rd
with
15 additions
and
13 deletions
R/polyGui.R
+
2
−
2
View file @
0d1a274d
...
...
@@ -2,10 +2,10 @@
#'
#' @name polyGui
#'
#' @description This function opens a interface to control the
#' @description This function opens a
n
interface to control the
#' polynomial degree in linear regression. It shows the observed values
#' and the corresponding fitted curve superimposed with confidence bands
#' (for the fitted value) and show the residuals plot
too
. It assumes
#' (for the fitted value
s
) and
also
show the residuals plot. It assumes
#' that \code{gWidgets} and \code{gWidgetstcltk} packages are available.
#'
#' @param x,y independent and dependent (numeric) regression variables.
...
...
This diff is collapsed.
Click to expand it.
R/twoStripCombined.R
+
5
−
4
View file @
0d1a274d
#' @title Combine two strips in one to save space
#' @title Combine two
(lattice)
strips in one to save space
#'
#' @name twoStripCombined
#'
#' @description this function allow combine tow strips in one to save
#' space. It was designed to be used with two conditioning variables.
#' @description This function allows combining two strips in one to save
#' space in lattice graphics. It was designed to be used with two
#' conditioning variables.
#'
#' @param textPos position of the strip annotation. The \code{"border"}
#' value indicates that the first conditioning variable is to be aligned
...
...
@@ -26,7 +27,7 @@
#'
#' @examples
#'
#'
require
(lattice)
#'
library
(lattice)
#'
#' xyplot(yield~K|N+P, data=npk, type=c("p","a"))
#'
...
...
This diff is collapsed.
Click to expand it.
buildPkg.R
+
1
−
1
View file @
0d1a274d
...
...
@@ -19,7 +19,7 @@ check_doc()
## Check functions, datasets, run examples, etc. Using cleanup = FALSE
## and check_dir = "../" will create a directory named legTools.Rcheck
## with all the logs, manuals, figures from ex
e
mples, etc.
## with all the logs, manuals, figures from ex
a
mples, etc.
check
(
cleanup
=
FALSE
,
manual
=
TRUE
,
vignettes
=
FALSE
,
check_dir
=
"../"
)
...
...
This diff is collapsed.
Click to expand it.
man/polyGui.Rd
+
2
−
2
View file @
0d1a274d
...
...
@@ -19,10 +19,10 @@ range by a fraction on both sides and directions. Default is
None is returned by the function.
}
\description{
This function opens a interface to control the
This function opens a
n
interface to control the
polynomial degree in linear regression. It shows the observed values
and the corresponding fitted curve superimposed with confidence bands
(for the fitted value) and show the residuals plot
too
. It assumes
(for the fitted value
s
) and
also
show the residuals plot. It assumes
that \code{gWidgets} and \code{gWidgetstcltk} packages are available.
}
\examples{
...
...
This diff is collapsed.
Click to expand it.
man/twoStripCombined.Rd
+
5
−
4
View file @
0d1a274d
...
...
@@ -2,7 +2,7 @@
% Please edit documentation in R/twoStripCombined.R
\name{twoStripCombined}
\alias{twoStripCombined}
\title{Combine two strips in one to save space}
\title{Combine two
(lattice)
strips in one to save space}
\usage{
twoStripCombined(textPos = c("border", "center"), sep = ": ",
invert = TRUE, which.given, which.panel, factor.levels, var.name,
...
...
@@ -24,11 +24,12 @@ placed on left strip side.}
\item{which.given,which.panel,factor.levels,var.name,strip.names,bg,...}{arguments of \link[lattice]{strip.default}.}
}
\description{
this function allow combine tow strips in one to save
space. It was designed to be used with two conditioning variables.
This function allows combining two strips in one to save
space in lattice graphics. It was designed to be used with two
conditioning variables.
}
\examples{
require
(lattice)
library
(lattice)
xyplot(yield~K|N+P, data=npk, type=c("p","a"))
...
...
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