运行 ❯
获取您的
自己的
网站
×
更改方向
更改主题,深色/浅色
前往 Spaces
x <- 10.5 y <- 55 # Print values of x and y x y # Print the class name of x and y class(x) class(y)
[1] 10.5 [1] 55 [1] "numeric" [1] "numeric"