Biochemistry laboratories - 201
Jean-Yves Sgro [email protected]
Find this document here (short URL) today: http://bit.ly/2q1v9pd
@wisc.edu
After class:
The evaluation is anonymous. Evaluation link on Qualtrics or type:
the short URL: http://bit.ly/1LczY1L
(beginning and end of short URL: number ONE and letter L in 1L
)
Then type R
to start the program.
R
for your computer and specific OS: https://cran.r-project.org/We generally meet every other week (opposite weeks as python). Tuesday at 2pm in MSB 6503. All experience levels are welcome to join us!
![]() |
**The name of an object must start with a letter(`A–Z` and `a–z`)** but can include letters, digits ( R discriminates between UPPERcase and lowercase letters in the names of the objects, so that |
n <- 15
n
contains value 15:¶n
print(n)
It depends on your operating system.
C:\\Program Files\\R\\R-3.3.3
/Library/Frameworks/R.framework/Versions/3.3/Resources/library/
# .Library is a character string giving the location of the default library
.Library
# On this Mac: .libPaths is used for getting or setting the library trees
# that R knows about (and hence uses when looking for packages)
.libPaths()
Search engines will list a lot of R tutorials, here is just one:
Video tutorials also exist on YouTube, but at UW we also have access to Lynda.com video courses.
You may need to login with your NetID to see/access these.