This document provides several examples of advanced data visualization techniques using R. It includes examples of 3D surface plots, contour plots, scatter plots and network graphs using various R packages like plot3D, scatterplot3D, ggplot2, qgraph and ggtree. Functions used include surf3D, contour3D, arrows3D, persp3D, image3D, scatter3D, qgraph, geom_point, geom_violin and ggtree. The examples demonstrate different visualization approaches for multivariate, spatial and network data.