找回密码
 注册
查看: 2088|回复: 0

plotly 建模 --- 钢铁人模型

[复制链接]
发表于 2015-9-10 13:38:53 | 显示全部楼层 |阅读模式
  1. library('RCurl', quietly=TRUE)
  2. library('plotly', quietly=TRUE)
  3. library('ggplot2', quietly=TRUE)
  4. library('png', quietly=TRUE)

  5. ## Sign up plotly account
  6. #'@ res <- signup (username = 'englianhu', email= 'englianhu@gmail.com')
  7. #'@ plotly:::verify('englianhu')
  8. #'@ plotly:::verify('khyl2apntp')
  9. py <- plot_ly(username = 'englianhu', key = 'khyl2apntp')

  10. Sys.setenv('plotly_username'='englianhu')
  11. Sys.setenv('plotly_api_key'='khyl2apntp')

  12. myurl <- 'https://m2.behance.net/rendition/pm/3653625/disp/e90f16d73f2c1198d3fd92f70dd3a637.png'
  13. iron <-  readPNG(getURLContent(myurl))

  14. > ## http://www.r-bloggers.com/3d-surface-plots-with-rstudio-and-plotly/
  15. > data <- list(iron, type='surface')
  16. >   
  17. > ## Finally, specify layout information and filename:
  18. > layout <- list(
  19. +     title = 'Iron Man Model',
  20. +     scene = list(bgcolor='rgb(244, 244, 248)'))
  21. >
  22. > res <- py$plot_ly(data, kwargs=list(
  23. +                         layout=layout))
  24. Error: attempt to apply non-function
  25. > py$plotly(data, kwargs=list(
  26. +     layout=layout,
  27. +     filename='IronMan',
  28. +     fileopt='overwrite'))
  29. Error: attempt to apply non-function
  30. > View(iron)
  31. > write.table(iron,'iron.txt')
复制代码


Data Visualization 根本不就咱的强项,今早大略看了下 animation、plotly 和 rgl (安装不了)。太难了,结果尝试readPNG个网络图片转成array后,再上载到plotly去修改一下基本模型,怎知 ouput 还真吓人!一面墙壁而已... (有空再慢慢玩玩儿data visualization... 日后才能建立只立体的 G 钢弹机器人,再使用animation程序包...)
https://plot.ly/~englianhu/120/i ... 0sH7uHEo8eYUQzERvqK

咱的足球data还没完成,频频打瞌睡... 先搁着... 它日再来认识一下怎么建立立体机器人模型。{:soso_e125:}
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2025-1-30 14:37 , Processed in 0.026644 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表