Sunday, 3 June 2018

Play with R

Here I am starting my new Blog on R.
 Lets start with basics first:

Demo()
help.search("term") || help(term) ||?term || ??term
help --
Help(affy) or
?affy

Here are some basic examples :



For more help online you can visit below sites :















 

















data frame




Array In R :


function in R




Default argument in R

ellipses in function (...)
Return multiple values from a function

we also can use functions as an object
anonymous function












Related Posts:

  • Kubernetes Step by steps 0To fun in Ubuntu   1  java -version    2  sudo snap install intellij-idea-ultimate --classic   10  ls&nbs… Read More
  • Micro Services What Are Microservices? Microservices small targeted services   Each service has its own repository   Microservices are isolat… Read More
  • Running Kafka on Ubuntu 20.04sudo apt update && sudo apt upgradesudo apt install default-jre wget git unzip -ysudo apt install default-jdk -ywget http://www-us.apache.org/… Read More
  • Run Citrix on Ubuntu Issue :Citrix Workspace: Fix "You have not chosen to trust 'Entrust Root Certification Authority'… (SSL error 61)" error on Linux Fix&… Read More
  • Microservices JargonsRESTful API Patterns    Statelessness    Content Negotiation    URI Templates    Paginatio… Read More