- Learning R for Geospatial Analysis
- Michael Dorman
- 168字
- 2021-08-05 16:46:52
Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, folder names, filenames, file extensions, and pathnames are shown as follows: "Here, we created a data.frame
object named df
by combining the vectors num
, lower
, and upper
."
A block of code is set as follows:
> num = 1:4 > lower = c("a","b","c","d") > upper = c("A","B","C","D") > df = data.frame(num, lower, upper) > df num lower upper 1 1 a A 2 2 b B 3 3 c C 4 4 d D
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "Under the Getting Started section, select the download R link."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
推薦閱讀
- Oracle從新手到高手
- Offer來了:Java面試核心知識點精講(原理篇)
- R語言編程指南
- Full-Stack React Projects
- Python深度學習原理、算法與案例
- Hands-On Nuxt.js Web Development
- Python:Deeper Insights into Machine Learning
- Web Developer's Reference Guide
- Hadoop大數據分析技術
- Python程序設計開發寶典
- 寫給大家看的Midjourney設計書
- SQL Server實例教程(2008版)
- PHP動態網站開發實踐教程
- Java EE實用教程
- Switching to Angular 2