Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
9
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
R-packages
ufs
Commits
bc4b1c34
Commit
bc4b1c34
authored
Nov 10, 2020
by
Gjalt-Jorn Peters
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' into 'prod'
Submitted version 0.4.0 to CRAN See merge request
!5
parents
0f8a09ca
ff964a5b
Pipeline
#214137320
passed with stages
in 11 minutes and 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
R/scatterMatrix.R
R/scatterMatrix.R
+6
-0
No files found.
R/scatterMatrix.R
View file @
bc4b1c34
...
...
@@ -65,6 +65,12 @@ scatterMatrix <- function(dat, items=NULL,
conf.level
=
.95
,
...
)
{
suppressMessages
(
if
(
!
requireNamespace
(
"GGally"
))
{
stop
(
"You need the {GGally} package to use this function!"
);
}
);
if
(
is.null
(
items
))
{
items
<-
names
(
dat
);
}
...
...
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