install r on ubuntu
install r-base on ubuntu: sudo apt-get install -y r-base
download rstudio:
https://download1.rstudio.org/rstudio-1.0.153-amd64.deb
install gui tool(rstudio) for r language: sudo dpkg -i rstudio-***-amd64.deb
some examples for r language:
***
# library(plotrix)
# slices <- c(1,2,3,4)
# cc <- c(‘a‘, ‘b‘, ‘c‘, ‘d‘)
# pie3D(slices, labels = cc, explode = 0.1)
# library(scatterplot3d)
# scatterplot3d(iris[,1:2])
# library(ggplot2)
# qplot(1:1000, rnorm(1000))
***
install r on ubuntu
相關推薦
install r on ubuntu
Language ase example plot ubuntu http dpkg .org library install r-base on ubuntu: sudo apt-get install -y r-base download rstudio: https:
How to install Docker on Ubuntu
less curl system url nal ces https ca sport prop Docker currently only runs on 64-bits platforms and requires that the kernal version be
(dev mode) install CONSUL on ubuntu
WSL: V18.04.1 1. install $sudo apt-get install consul [email protected]:~$ consul version Consul 0.6.4.dev Consul Protocol: 3 (Un
How to Install PhantomJS on Ubuntu 16.04
down location bz2 man complete req see ati sed Introduction PhantomJS is a scripted, headless browser that can be used for automating we
How to Install FFmpeg on Ubuntu 18.04 & 16.04
FFmpeg is a cross-platform solution for streaming audio and video as well as recording and conversion. It’s also useful to convert
How to Install Pip on Ubuntu 14.04 LTS
遇到有一個舊的 VM使用 Ubuntu 14,發現居然預設無法使用pip,下了指令: sudo apt-get install python-pip 無效,會顯示 error 使用 apt-get update 先更新過清單也一樣. 解法: curl "https://bootstrap.pypa.i
How to Install FFmpeg on Ubuntu 18.04 & 16.04
FFmpeg is a cross-platform solution for streaming audio and video as well as recording and conversion. It’s also useful to convert multimedia file
How to Install Git on Ubuntu 12.04
FROM: https://www.digitalocean.com/community/articles/how-to-install-git-on-ubuntu-12-04 How to Install Git on Ubuntu 12.04 About Git Git
Install CuDNN on Ubuntu 16.04?
Step 0: Install cuda from the standard repositories. Step 1: Register an nvidia developer account and download cudnn here (about 80 MB) Step 2: Check whe
don't Install realplay on ubuntu!!!
use http://www.getautomatix.com/ install the codes and player !!! don't do this: download realplay-10.0.9.809-
How to install clang on Ubuntu 14.04
For one thing, installing clang on Ubuntu is a time spending task. You can do it as the way through the link Clang-getting started( I do
Install jdk8 on Ubuntu 14.04
JDK is an important tool which consists the base of Java programming as well as supports many other programming IDEs. This article
install chrome and chrome driver on ubuntu
upd sel tps .com selenium dateutil bin http pda sudo apt install python-minimal # python 2.7.xsudo apt install python-pip# https://www.ub
Install greenplum cluster on ubuntu 16.04
greenplum cluster ubuntu 規劃:1個msater, 2個segments環境:ubuntu 16.04Greenplum Version: 'postgres (Greenplum Database) 5.3.0 build 2155c5a-oss1、安裝sudo
在Ubuntu上安裝sublime 3 ,how to install sublime 3 text on Ubuntu 18.04
sta ans tran repos date 8.0 ensure pos http apt Install the GPG key: wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo
Hbase-0.94.27 install on Ubuntu
1 Basic Prerequisites 1.1 jdk 安裝配置看Hadoop配置 1.2 Hadoop 1.0.1/Hadoop 1.2.1 一個不相容就換另外一個版本 在啟動./start-hbase.sh前先啟動Hadoop服務 2 安裝 2.1 H
Hadoop-1.2.1/1.0.1 install on Ubuntu
1.hadoop-1.2.1官方包:點我 Hadoop-1.0.1官方包:點我 1.1 解壓到home目錄中的Hadoop下 sudo tar -zxvf 包名 cd hadoop-1.2.1 2.jdk 1.6 點我 &nbs
install MariaDB 10.2 on Ubuntu 18
Here are the commands to run to install MariaDB 10.2 from the MariaDB repository on your Ubuntu system: sudo apt-get install software-properties-common
how to install node.js and npm on Ubuntu
To install Node.js, type the following command in your terminal: sudo apt-get install nodejs Then install the Node package manager, npm: sud
Install Scala and SBT using apt-get on Ubuntu 14.04 or any Debian derivative using apt-get
sudo apt-get remove scala-library scala sudo wget www.scala-lang.org/files/archive/scala-2.10.4.deb sudo dpkg -i scala-2.10.4.deb sudo ap