gravatar

ex3cut0r

Achmad Fahry Baihaki

Recently Published

Implementing Matrix In R Language
Matrices, the plural form of a matrix, are the arrangements of numbers, variables, symbols, or expressions in a rectangular table that contains various numbers of rows and columns. In this article we'll gonna talk about how to create matrices in R programming language.
Creates Vector In R Language
In this article, we will talk about what is vector and how to make the vector in R programming language
Data Types and Data Structures In R Language
Data types and data structures are important things that all programmers must understand. In this article, we will discuss data types and structures.
Variables
In this article, we will learn about initialize variabels and operate the variabels in R language programming language.
Logical Operators In R Language
Operators have many types, one of which is logical operator. What is that? In this article we'll talk about it.
Relation Operators In R Language
In this article, we were talking about relation operators.
Arithmetic Functions Using R Programming Language
This article introduced us about arithmetic functions in mathematics using R programming language.
Arithmetic Operators Using R Programming Language
This article introduced basic arithmetic operations using R programming language
Reading and Graphing Data Using Scatterplot
We will learn to read the .csv data and draw it into graph using scatterplot method
Graphing Function Using contour_plot() & interactive_plot() by Two Variables
In this case, we graphing a function by two variables using contour plot and interactive plot
Graphing Function Using slice_plot() by One Variable
This program will display graphic by one variable using slice_plot function
Calculate Drug Remaining and Draw it to a Graph Using Slice Plot
Calculate remaining drug amount in body
Translates Yearly Income to Daily Income
Convert yearly income to daily income using R language functions