Search notes:

R package: scatterplot3d

TODO

#
#   ?scatterplot3d::scatterplot3d
#   -> example 1
#

library(scatterplot3d)

z <- seq(-10, 10, 0.01);
x <- cos(z);
y <- sin(z);

scatterplot3d(x, y, z,
   highlight.3d =  TRUE,
   col.axis     = 'blue',
   col.grid     = 'lightblue',
   main         = 'scatterplot3d - 1',
   pch          =  20
);
Github repository about-r, path: /packages/scatterplot3d/example-1.R

See also

R functions for graphics
R packages

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1745504662, '3.16.44.204', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/languages/R/packages/scatterplot3d/index(61): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78