Warning: Trying to access array offset on value of type null in /var/www/html/inc/parserutils.php on line 151

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/inc/parserutils.php:151) in /var/www/html/inc/actions.php on line 38
programmering:r [Random bits of knowledge]

User Tools

Site Tools


No renderer 'pdf' found for mode 'pdf'
programmering:r

R

.Rprofile

options(papersize="a4")
options(prompt="R> ")
options(tab.width = 2)

options(shiny.port = 4000)
options(shiny.host = "0.0.0.0")


r = getOption("repos")
r["CRAN"] = "https://mirrors.dotsrc.org/cran/"
options(repos = r)

.First <- function() {
    library(ggplot2)
}

q <- function() { quit("yes") }

if (interactive()) {
  # Everything in here is only run
  # if R is in "interactive" 
  # (as opposed to batch/script) mode
  library(colorout)
}

SuperUsers Kurser

Diverse

Microsoft og R

EdX kurser

Coursera kurser

Andre on-line kurser

programmering/r.txt · Last modified: 2023/10/21 19:19 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki