- Machine Learning with R Quick Start Guide
- Iván Pastor Sanz
- 132字
- 2021-06-24 16:01:28
Things to know about R
Before moving on to typing in commands, you must know that R is a case-sensitive and interpreted language.
You can choose between manually entering commands and running a set of commands from the source file as per your will. R provides a lot of built-in functions that give most functionalities to the user. As a user, you can even create user-created functions.
You can even create and manipulate objects. You might know that objects are anything that can have an assigned value. An interactive session will require all objects to be present in the memory while the execution process is running, whereas the functions can be placed in the packages that have a reference in the current program and can be accessed as and when needed.
推薦閱讀
- Design for the Future
- Getting Started with Oracle SOA B2B Integration:A Hands-On Tutorial
- 蕩胸生層云:C語言開發修行實錄
- Python Algorithmic Trading Cookbook
- 分布式多媒體計算機系統
- Associations and Correlations
- 系統安裝與重裝
- 21天學通Java Web開發
- 單片機C語言程序設計完全自學手冊
- 網絡管理工具實用詳解
- Linux系統下C程序開發詳解
- Mastering MongoDB 4.x
- 傳感技術基礎與技能實訓
- 系統安裝、維護與數據備份技巧
- R Statistics Cookbook