• 我的R代码备份


    1 #f1=scan(file="f1.txt");
      2 #f2=scan(file="f2.txt");
      3 f=scan(file="5.2_topscreen.txt");                                                                                
      4 png(file="myplot2.png", bg="transparent");
      5 #qqplot(f1,f2);
      6 qqnorm(f);
      7 #axis(1,at=seq(1,5000,200));
      8 #axis(2,at=seq(1,5000,200));

    f=scan(file="f.txt");                                                                  
      2 quantile(f,0.99);                                                                       
      3 png(file="myplot2.png", bg="transparent");                                              
      4 boxplot(f);                                                                            
      5 fivenum(f);                                                                                               
      6 summary(f);                                                                                                 
      7 IQR(f);           

  • 相关阅读:
    从一个程序的Bug解析C语言的类型转换
    Expression Blend使用笔刷
    Expression Blend入门
    C#生成CHM文件(中级篇)
    C#生成CHM文件(应用篇)
    C#创建不规则窗体的几种方式
    Web Service学习笔记(2)
    C#生成CHM文件(应用篇)之代码库编辑器(1)
    ASP.NET实际项目演练(1)
    Web Service学习笔记(4)
  • 原文地址:https://www.cnblogs.com/finallyliuyu/p/3728413.html
Copyright © 2020-2023  润新知