Coder Social home page Coder Social logo

esa_vegan's Introduction

Community data analysis using the vegan package in R

Welcome to the GitHub repository for workshop on community ecology analyses using the vegan package at ESA 2014.

Location and time:
Saturday, August 9, 2014
12:00 PM - 5:00 PM
Location: Room 105, Sacramento Convention Center

Organizers

Naupaka Zimmerman and Gavin Simpson.


Pre workshop instructions

Installing R

If you don't already have R set up with a suitable code editor, we recommend downloading and installing R and RStudio Desktop for your platform. Once installed, open RStudio and install the following packages. Simply paste these commands into your prompt.

Installing packages

install.packages("vegan", dependencies = TRUE)
install.packages("plyr")
install.packages("reshape2")

Extra check for MacOS X users

In order to use the orditkplot() function you need a working Tcl/Tk installation. This may not be installed on Macs; to check run the following code

library("vegan")
data(varespec)
orditkplot(rda(varespec))

If you get errors and not a new window in which you can edit the biplot, then you probably don't have the correct setup on your system to use Tcl/Tk. Refer to the Tcl/Tk Issues section of the R Mac OS X FAQ.

Downloading code/data from this repository

If you're already familiar with Git, then simply clone this repo. If you're not familiar with Git, simply hit the Download ZIP button on the right side of this page. If you're not sure where to save it, just download and unzip to your Desktop.

If you're having any trouble with these steps please drop us an email. We'll also strive to have local copies if you forget to install any of these tools.


License

Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License.

esa_vegan's People

Contributors

gavinsimpson avatar naupaka avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

esa_vegan's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.