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
2b270d18
Commit
2b270d18
authored
Jan 06, 2021
by
Gjalt-Jorn Peters
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
specifying namespace for using 'stack'
parent
3a3477be
Pipeline
#238154714
failed with stage
in 6 minutes and 22 seconds
Changes
7
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
8 additions
and
8 deletions
+8
-8
R/factorLoadingHeatmap.R
R/factorLoadingHeatmap.R
+1
-1
man/associationsDiamondPlot.Rd
man/associationsDiamondPlot.Rd
+1
-1
man/biAxisDiamondPlot.Rd
man/biAxisDiamondPlot.Rd
+1
-1
man/comparisonDiamondPlots.Rd
man/comparisonDiamondPlots.Rd
+2
-2
man/diamondPlot.Rd
man/diamondPlot.Rd
+1
-1
man/meanSDtoDiamondPlot.Rd
man/meanSDtoDiamondPlot.Rd
+1
-1
man/meansDiamondPlot.Rd
man/meansDiamondPlot.Rd
+1
-1
No files found.
R/factorLoadingHeatmap.R
View file @
2b270d18
...
...
@@ -102,7 +102,7 @@ factorLoadingHeatmap <- function(fa,
}
tmpDf
<-
stack
(
loadings
);
utils
::
stack
(
loadings
);
tmpDf
$
Variable
<-
factor
(
...
...
man/associationsDiamondPlot.Rd
View file @
2b270d18
...
...
@@ -29,7 +29,7 @@ associationsDiamondPlot(
outputFile = NULL,
outputWidth = 10,
outputHeight = 10,
ggsaveParams =
list(units = "cm", dpi = 300, type = "cairo
"),
ggsaveParams =
ufs::opts$get("ggsaveParams
"),
...
)
...
...
man/biAxisDiamondPlot.Rd
View file @
2b270d18
...
...
@@ -30,7 +30,7 @@ biAxisDiamondPlot(
outputFile = NULL,
outputWidth = 10,
outputHeight = 10,
ggsaveParams =
list(units = "cm", dpi = 300, type = "cairo
"),
ggsaveParams =
ufs::opts$get("ggsaveParams
"),
...
)
}
...
...
man/comparisonDiamondPlots.Rd
View file @
2b270d18
...
...
@@ -34,7 +34,7 @@ duoComparisonDiamondPlot(
outputFile = NULL,
outputWidth = 10,
outputHeight = 10,
ggsaveParams =
list(units = "cm", dpi = 300, type = "cairo
"),
ggsaveParams =
ufs::opts$get("ggsaveParams
"),
...
)
...
...
@@ -65,7 +65,7 @@ meansComparisonDiamondPlot(
outputFile = NULL,
outputWidth = 10,
outputHeight = 10,
ggsaveParams =
list(units = "cm", dpi = 300, type = "cairo
"),
ggsaveParams =
ufs::opts$get("ggsaveParams
"),
...
)
}
...
...
man/diamondPlot.Rd
View file @
2b270d18
...
...
@@ -21,7 +21,7 @@ diamondPlot(
outputFile = NULL,
outputWidth = 10,
outputHeight = 10,
ggsaveParams =
list(units = "cm", dpi = 300, type = "cairo
"),
ggsaveParams =
ufs::opts$get("ggsaveParams
"),
...
)
}
...
...
man/meanSDtoDiamondPlot.Rd
View file @
2b270d18
...
...
@@ -16,7 +16,7 @@ meanSDtoDiamondPlot(
outputFile = NULL,
outputWidth = 10,
outputHeight = 10,
ggsaveParams =
list(units = "cm", dpi = 300, type = "cairo
"),
ggsaveParams =
ufs::opts$get("ggsaveParams
"),
...
)
}
...
...
man/meansDiamondPlot.Rd
View file @
2b270d18
...
...
@@ -25,7 +25,7 @@ meansDiamondPlot(
outputFile = NULL,
outputWidth = 10,
outputHeight = 10,
ggsaveParams =
list(units = "cm", dpi = 300, type = "cairo
"),
ggsaveParams =
ufs::opts$get("ggsaveParams
"),
dat = NULL,
...
)
...
...
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