目录(1)@SpringBootApplication(2)@RestController(3)@RequestMapping(4)@GetMapping(5)@PostMapping(6)@PutMapping(7)@DeleteMapping(8)@RequestParam(9)@PathVariable(10)@RequestBody(11)@
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