The sdr.neuronal package was created by Sideridis Vasileios during his work on the neuronsXnets project. Contains useful functions for loading, processing and plotting data related with the aforementioned project.
You will be able to install the released version of sdr.neuronal from CRAN soon with:
install.packages("sdr.neuronal")
And the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("vsideridis/sdr.neuronal")
This is a basic example which shows you how to solve a common problem:
library(sdr.neuronal)
## basic example code
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.