The goal of displaceplot is to provide routine to process the DISPLACE simulation output files.
You can install displaceplot from github with:
# install.packages("devtools")devtools::install_github("frabas/displaceplot")or alternatively, stable releases of the displaceplot R package can be found on
https://github.com/frabas/displaceplot/releasesFirst load the package into R and search for documentation by doing:
library(displaceplot)
library(help=displaceplot)
?mapNodeAverageLayerFilesFor Windows, compile with
RCMDINSTALL--builddisplaceplotFor Unix-based, use
RCMDbuilddisplaceplotDon´t forget to detach first when required with
detach('package:displaceplot', unload=TRUE)
