- Hands-On Geospatial Analysis with R and QGIS
- Shammunul Islam
- 62字
- 2021-06-10 18:44:24
Factor
We now see that the class is a factor, as we can see in the following output:
[1] "factor"
Now, we can also look at the internal structure of this vector x, using str() as follows:
str(x)
We now see that it converts 1, 2, and 3 to factors:
[1] Factor w/ 3 levels "1", "2", "3": 1 2 3
推薦閱讀
- 工業(yè)機(jī)器人技術(shù)及應(yīng)用
- 手把手教你玩轉(zhuǎn)RPA:基于UiPath和Blue Prism
- Mobile DevOps
- Windows 8應(yīng)用開(kāi)發(fā)實(shí)戰(zhàn)
- 大數(shù)據(jù)挑戰(zhàn)與NoSQL數(shù)據(jù)庫(kù)技術(shù)
- Windows 7寶典
- 基于ARM 32位高速嵌入式微控制器
- 可編程序控制器應(yīng)用實(shí)訓(xùn)(三菱機(jī)型)
- 工業(yè)機(jī)器人應(yīng)用案例集錦
- 網(wǎng)絡(luò)安全與防護(hù)
- 單片機(jī)技術(shù)一學(xué)就會(huì)
- 工業(yè)機(jī)器人安裝與調(diào)試
- 零起點(diǎn)學(xué)西門子S7-200 PLC
- Apache源代碼全景分析(第1卷):體系結(jié)構(gòu)與核心模塊
- 深度學(xué)習(xí)原理與 TensorFlow實(shí)踐