
- 406 pages
- English
- ePUB (mobile friendly)
- Available on iOS & Android
eBook - ePub
About this book
This book discusses advanced topics such as R core programing, object oriented R programing, parallel computing with R, and spatial data types. The author leads readers to merge mature and effective methdologies in traditional programing to R programing. It shows how to interface R with C, Java, and other popular programing laguages and platforms.
Frequently asked questions
Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Perlego offers two plans: Essential and Complete
- Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
- Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access R for Programmers by Dan Zhang in PDF and/or ePUB format, as well as other popular books in Mathematics & Information Technology. We have over one million books available in our catalogue for you to explore.
Information
I
Applying R in Mathematic Calculations and Algorithms
Chapter 1
The Knowledge System and Mathematical Functions of R
This opening chapter of the book mainly introduces the knowledge system and learning materials of R. The mathematical and statistical calculations and visualization of continuous distribution functions were implemented using R in this chapter, which help readers fully understand the R language and quickly handle calculating problems in basic disciplines.
1.1Overview of the Knowledge System of R
Question
How do we learn the R language efficiently?

Introduction
Recently, I met a lot of programmers who want to move to data analytics and begin to learn the R language. Having mastered programming other languages, they tend to consider learning R a simple thing. They always pursue learning speed but never understand it deeply. Some even say it only takes two weeks to master R. However, what they mastered is just the syntax of R—a beginning actually.
The knowledge system of R is not as simple as its syntax. If one does not understand the whole picture of R, how could one master the language? This section will show you the knowledge system of R and tell readers how to master it efficiently.
1.1.1The Knowledge System of R
R is a statistical language, mainly used in aspects including mathematical modeling, statistical computing, data processing, and data visualization. The R language is inherently different from other programming languages. It encapsulates the calculating functions of various basic disciplines. By calling these functions during programming, we can build complex mathematical models orienting to various domains and business. Mastering the syntax of R is just the beginning of learning R. To master it completely, you need to combine the capabilities of basic disciplines (elementary mathematics, advanced mathematics, linear algebra, discrete mathematics, probability theory, and statistics), the knowledge of specific industrials (finance, biology, and Internet), and IT technique (R syntax, R packages, database, and algorithms). In a long-term perspective way, you are capable of mastering the R language completely only if you enhance your level of comprehensive knowledge. In other words, once you have mastered the R language, you are irreplaceable.
1.1.1.1Overview of the Knowledge System of R
The knowledge system of R is complex. You must integrate the knowledge from multiple disciplines in order to master it completely. The most difficult thing is not in the language itself, but the user’s knowledge basics and the capability of using knowledge comprehensively.
First of all, let us take an overall look at the knowledge system as shown in Figure 1.1. Then, I will demonstrate the details of every part.

Figure 1.1 The knowledge system of R.
In Figure 1.1, I divided R’s knowledge system into three parts: IT technique, business knowledge, and capabilities in basic disciplines. This is ju...
Table of contents
- Cover
- Half Title
- Title Page
- Copyright Page
- Dedication
- Contents
- Preface
- Acknowledgments
- About the Author
- About the Translator
- Translator’s Words
- Section I: Applying R in Mathematic Calculations and Algorithms
- Section II: R Programming in Depth
- Section III: Developing R Package
- Bibliography
- Index