- 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
推薦閱讀
- Hands-On Internet of Things with MQTT
- R Machine Learning By Example
- 21天學(xué)通C++
- WordPress Theme Development Beginner's Guide(Third Edition)
- 工業(yè)機器人運動仿真編程實踐:基于Android和OpenGL
- SAP Business Intelligence Quick Start Guide
- INSTANT Puppet 3 Starter
- SQL Server數(shù)據(jù)庫應(yīng)用基礎(chǔ)(第2版)
- 工業(yè)機器人力覺視覺控制高級應(yīng)用
- Photoshop CS4數(shù)碼照片處理入門、進階與提高
- Windows 7來了
- 計算機辦公應(yīng)用培訓(xùn)教程
- 開放自動化系統(tǒng)應(yīng)用與實戰(zhàn):基于標準建模語言IEC 61499
- Oracle 11g基礎(chǔ)與提高
- Mastering SQL Server 2014 Data Mining