目录1. python类的基础概念1.1 类的定义与实例化1.2 类的属性和方法2. 类中引用其他类2.1 类与类之间的关联关系2.2 类的关联引用2.2.1 关联引用的示例2.2.2 运行结果2.3 类的组合引用2.3.1 组合引用的示例2.3.2 运行
I am working with a large list of points (each point has three dimensions x,y,z). I am pretty new with R, so I would like to know what is the best way to represent that kind of information.As far as