theGreatWhiteShark/vasp2R: R package to import and plot results obtained by the DFT program VASP.

The basic function of this package is to parse the CHGCAR or CHG file of a VASP calculation and provide a list of three data.frames to the user: one contains the cartesian coordinates of the atoms in the cell with their individual atom type as a factor, another contains the coordinates and the corresponding charge at each position of the calculated grid and the last constains the lattice vectors of the cell. In addition some functions to ease the manipulation of the data for plotting e.g. rotating an object or extracting a specific plane in a volume) are provided.

Getting started

Package details

AuthorPhilipp Mueller
MaintainerPhilipp Mueller <thetruephil@googlemail.com>
LicenseGPL-3
Version1.0.0
URL https://github.com/theGreatWhiteShark/vasp2R
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("theGreatWhiteShark/vasp2R")
theGreatWhiteShark/vasp2R documentation built on May 31, 2019, 9:10 a.m.