第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請及時(shí)綁定郵箱和手機(jī)立即綁定

為什么我的RStudio里列表顯示不出來呢?


R version 3.4.3 (2017-11-30) -- "Kite-Eating Tree"

Copyright (C) 2017 The R Foundation for Statistical Computing

Platform: x86_64-w64-mingw32/x64 (64-bit)


R is free software and comes with ABSOLUTELY NO WARRANTY.

You are welcome to redistribute it under certain conditions.

Type 'license()' or 'licence()' for distribution details.


R is a collaborative project with many contributors.

Type 'contributors()' for more information and

'citation()' on how to cite R or R packages in publications.


Type 'demo()' for some demos, 'help()' for on-line help, or

'help.start()' for an HTML browser interface to help.

Type 'q()' to quit R.


> x<- 1

> x

[1] 1

> class(x)

[1] "numeric"

> x<- 3.14

> class(x)

[1] "numeric"

> x<- 2L

> X <- 5

> y <- "yes"

> class(y)

[1] "character"

> x <- vector("character", length = 10)

> x1 <- 1:4

> x2 <- c(1,2,3,4)

> x3 <- c(TRUE, 10, "a")

> as.numeric()

numeric(0)

> as.numeric(x)

?[1] NA NA NA NA NA NA NA NA NA NA

> x4 <- c("a","b","c")

> as.numeric(x)

?[1] NA NA NA NA NA NA NA NA NA NA

> x <- matrix(nrow = 3, ncol = 2)

> x <- matrix(1:6,nrow = 3, ncol = 2)

> l <- list("a",2,10L,3+4i,TRUE)


正在回答

1 回答

在下行中沒又輸入L,系統(tǒng)未能知道你要顯示列表L,所以不顯示

0 回復(fù) 有任何疑惑可以回復(fù)我~

舉報(bào)

0/150
提交
取消

為什么我的RStudio里列表顯示不出來呢?

我要回答 關(guān)注問題
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)