Displaying 9 results from an estimated 9 matches for "uren".
Did you mean:
ren
2012 Apr 15
1
(no subject)
...swimming 14.25
3 ? football 24.25
4 ? ? tennis 36.75
5? bicycling? 1.50
Under 'taak' are the labels.
This is the code that should do the job:
barplot(
width= bar_width,
times$duur,?
names.arg=times$taak,
col=fill_colors,
border="NA",
space=0.3,
xlab="taak",
ylab="uren",
main="Uren per taak")
axis(1,at=1:length(times$taak),lab=times$taak)
Could anyone give me advise on how to get rid of this horrible x axis?
Thanks and r
2012 Apr 16
0
automatically scan multiple starting values
...sion and a copy of the values of
my data file.
plot(FR~N0,main="Rogers III")
RogersIII <-
nls(FR~N0*(1-exp(((v+w*FR)/(1+x*FR))*(Th3*FR-24))),start=list(v=0.002,w=0.00075,x=-0.1,Th3=2.5),control=list(maxiter=1000000,minFactor=0.0000000000000000000000000000000000001))
# 24 is tijd in uren
hatac <- predict(RogersIII)
lines(spline(N0,hatac))
summary(RogersIII)
N0 FR
5 4
3 2
5 3
5 4
6 4
5 4
4 2
5 4
6 5
5 3
10 5
14 7
12 6
17 9
10 4
16 8
15 8
14 5
15 6
15 5
19 10
20...
2019 Oct 01
1
Improvement in hist command documentation
Hi all,
In the histogram created with the `hist` command, the label of the y axis reads "Frequency ?.
Finding that the ylab key is used to change (localize) that word may seem difficult for people
who are beginners either in R or in english.
I suggest very minor modifications of the file hist.Rd at https://svn.r-project.org/R/trunk/src/library/graphics/man/hist.Rd.
1) make the default value
2024 Jul 09
1
Issues with Ubuntu 22.04 and Installing the Latest Version of R (R 4.4.1) to Docker Image
Hi Dirk and Marco,
I need to test some of the suggested solutions and circle back here.
Thank you so much for your help.
Br,
Lauren
--
Lauren J. Gerber
Bioinformatician
Precision Systems Medicine (Kallioniemi) Research Group
iCAN ? Digital Precision Cancer Medicine Flagship
Institute for Molecular Medicine Finland (FIMM)
Nordic EMBL Partnership for Molecular Medicine
Biomedicum Helsinki 2U, D301a1
P.O. Box 20 (Tukholmankatu 8)...
2024 Oct 15
2
R Package: 'ggbreak' in Dockerfile
...quot;param9", "param10", "param11", "param12", "param13", "param14", "param15", "param16", "param17", "param18", "param19"]
Would you please advise?
Thank you in advance for your help.
Br,
Lauren
--
Lauren J. Gerber
Bioinformatician
Precision Systems Medicine (Kallioniemi) Research Group
iCAN ? Digital Precision Cancer Medicine Flagship
Institute for Molecular Medicine Finland (FIMM)
Nordic EMBL Partnership for Molecular Medicine
Biomedicum Helsinki 2U, D301a1
P.O. Box 20 (Tukholmankatu 8)...
2024 Oct 15
1
R Package: 'ggbreak' in Dockerfile
...tools "tools" "/usr/lib/R/library" "4.4.1"
utils "utils" "/usr/lib/R/library" "4.4.1"
As you can see, ggbreak is not there. Please let me know if you have any additional thoughts.
Br,
Lauren
--
Lauren J. Gerber
Bioinformatician
Precision Systems Medicine (Kallioniemi) Research Group
iCAN ? Digital Precision Cancer Medicine Flagship
Institute for Molecular Medicine Finland (FIMM)
Nordic EMBL Partnership for Molecular Medicine
Biomedicum Helsinki 2U, D301a1
P.O. Box 20 (Tukholmankatu 8)...
2024 Jul 10
1
Issues with Ubuntu 22.04 and Installing the Latest Version of R (R 4.4.1) to Docker Image
...*
Then I ran my Docker image in interactive mode to check it and it worked ?:
/# apt-cache policy r-base-core
r-base-core:
Installed: 4.4.1-1.2204.0
Candidate: 4.4.1-1.2204.0
Version table:
*** 4.4.1-1.2204.0 100
100 /var/lib/dpkg/status
This is great. Thank you all so much.
Br,
Lauren
--
Lauren J. Gerber
Bioinformatician
Precision Systems Medicine (Kallioniemi) Research Group
iCAN ? Digital Precision Cancer Medicine Flagship
Institute for Molecular Medicine Finland (FIMM)
Nordic EMBL Partnership for Molecular Medicine
Biomedicum Helsinki 2U, D301a1
P.O. Box 20 (Tukholmankatu 8)...
2024 Jul 11
1
Issues with Ubuntu 22.04 and Installing the Latest Version of R (R 4.4.1) to Docker Image
...place $(lsb-release -cs) with jammy (Ubuntu 22.04) or leave it alone:
Add-apt-repository ?deb https://cloud.r-project.org/bin/linux/ubuntu jammy-cran40/?
It?s good to know about installations for Bioconductor. I am not currently using it, but I may need it in the future for other projects.
Br,
Lauren
--
Lauren J. Gerber
Bioinformatician
Precision Systems Medicine (Kallioniemi) Research Group
iCAN ? Digital Precision Cancer Medicine Flagship
Institute for Molecular Medicine Finland (FIMM)
Nordic EMBL Partnership for Molecular Medicine
Biomedicum Helsinki 2U, D301a1
P.O. Box 20 (Tukholmankatu 8)...
2024 Jul 08
2
Issues with Ubuntu 22.04 and Installing the Latest Version of R (R 4.4.1) to Docker Image
...e enough free space in /var/cache/apt/archives/.
It seems there is an issue with Ubuntu 22.04 and the signature verification, as well as a space issue in /var/cache/apt/archives/.
I am not sure how to resolve these issues when building my Docker image.
Would you please advise?
Thank you.
Br,
Lauren
[[alternative HTML version deleted]]