- Hands-On Geospatial Analysis with R and QGIS
- Shammunul Islam
- 184字
- 2021-06-10 18:44:21
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "Mount the downloaded WebStorm-10*.dmg disk image file as another disk in your system."
A block of code is set as follows:
jan_price = c(10, 20, 30)
increase = c(1, 2, 3)
mar_price = jan_price + increase
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
# 6th element in the Polygons slot of map_bd
sixth_element = map_bd@polygons[[6]]
# make it succinct with max.level = 2 in str() for the 6th element of the
bd@Polygons
str(sixth_element, max.level = 2)
Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Select System info from the Administration panel."
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- 精通MATLAB神經(jīng)網(wǎng)絡(luò)
- 并行數(shù)據(jù)挖掘及性能優(yōu)化:關(guān)聯(lián)規(guī)則與數(shù)據(jù)相關(guān)性分析
- Mobile DevOps
- 條碼技術(shù)及應(yīng)用
- INSTANT Varnish Cache How-to
- 西門子S7-200 SMART PLC實(shí)例指導(dǎo)學(xué)與用
- RPA(機(jī)器人流程自動(dòng)化)快速入門:基于Blue Prism
- Blender Compositing and Post Processing
- 基于32位ColdFire構(gòu)建嵌入式系統(tǒng)
- Storm應(yīng)用實(shí)踐:實(shí)時(shí)事務(wù)處理之策略
- Visual FoxPro程序設(shè)計(jì)
- 人工智能:語言智能處理
- 中文版AutoCAD 2013高手速成
- 智能鼠原理與制作(進(jìn)階篇)
- 21天學(xué)通Linux嵌入式開發(fā)