Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
Hello
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
dunker
Hello
Compare revisions
83d28ccd781ba7523b673340b9ca16350bb644ce to be57053e740d32d7de31741bf356e54505c3e155
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
dunker/hello
Select target project
No results found
be57053e740d32d7de31741bf356e54505c3e155
Select Git revision
Branches
master
1 result
Swap
Target
dunker/hello
Select target project
dunker/hello
1 result
83d28ccd781ba7523b673340b9ca16350bb644ce
Select Git revision
Branches
master
1 result
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (3)
New ggplot
· d1b55e97
Susanne Dunker
authored
2 years ago
d1b55e97
new ggplot
· 64b326b5
Susanne Dunker
authored
2 years ago
64b326b5
Merge branch 'hello' into 'master'
· be57053e
dunker
authored
2 years ago
Hello See merge request
!1
be57053e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README
+2
-1
2 additions, 1 deletion
README
Simple plot.R
+1
-2
1 addition, 2 deletions
Simple plot.R
with
3 additions
and
3 deletions
README
View file @
be57053e
...
...
@@ -5,4 +5,5 @@ ssf
dddd
ffdfd
\ No newline at end of file
ffdfd
This diff is collapsed.
Click to expand it.
Simple plot.R
View file @
be57053e
...
...
@@ -5,6 +5,5 @@ plot(c(1,2,3,4,5),c(1,4,9,16,25))
library
(
ggplot2
)
plot
(
c
(
1
,
2
,
3
,
4
,
5
),
c
(
1
,
4
,
9
,
16
,
25
))
ggplot
(
midwest
,
aes
(
x
=
area
,
y
=
poptotal
))
+
geom_point
()
This diff is collapsed.
Click to expand it.