Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
NanoPASS
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Analyze
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
Falko Frenzel
NanoPASS
Commits
1380ee0c
Commit
1380ee0c
authored
5 years ago
by
Falko Frenzel
Browse files
Options
Downloads
Patches
Plain Diff
update
parent
1f721964
No related branches found
No related tags found
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
R/example_distribution.R
+12
-0
12 additions, 0 deletions
R/example_distribution.R
example_distribution.csv
+2001
-0
2001 additions, 0 deletions
example_distribution.csv
man/example_distribution.Rd
+14
-0
14 additions, 0 deletions
man/example_distribution.Rd
with
2027 additions
and
0 deletions
R/example_distribution.R
+
12
−
0
View file @
1380ee0c
#' Example Distribution
#'
#' @description
#' This is an example distribution file which was used
#' at the BfR.
#'
...
...
@@ -7,7 +8,18 @@
#'
#' @usage data(example_distribution)
#'
#' @section
#' If there is any need to export the data as a template for your own data, type this:
#'
#' @examples
#' library(tidyverse)
#' NanoPASS::example_distribution %>%
#' write.csv2(file = paste(getwd(), "example_distribution.csv", sep = "/"))
#'
#' @section This will export the data into your current workingdirectory, where it should be easy to find.
#'
#' @format A table like data format with columns 'Diffusion Coefficient' and 'example distribution'.
#'
#' @keywords datasets
#'
"example_distribution"
\ No newline at end of file
This diff is collapsed.
Click to expand it.
example_distribution.csv
0 → 100644
+
2001
−
0
View file @
1380ee0c
This diff is collapsed.
Click to expand it.
man/example_distribution.Rd
+
14
−
0
View file @
1380ee0c
...
...
@@ -11,5 +11,19 @@ data(example_distribution)
\description{
This is an example distribution file which was used
at the BfR.
}
\section{If there is any need to export the data as a template for your own data, type this}{
}
\section{This will export the data into your current workingdirectory, where it should be easy to find.}{
NA
}
\examples{
library(tidyverse)
NanoPASS::example_distribution \%>\%
write.csv2(file = paste(getwd(), "example_distribution.csv", sep = "/"))
}
\keyword{datasets}
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