citHeader("To cite in publications use:")

citEntry(entry = "Article",
	 title = {
             paste("Introducing untb, an R package for simulating
	     ecological drift under the unified nuetral theory of
             biodiversity") 
	     },
	 author = personList(
         person(given = c("Robin","K. S."),
		family = "Hankin",
		email="hankin.robin@gmail.com")),
	 journal = "Journal of Statistical Software",
         year = "2007",
	 month = "September",
	 volume = "22",
	 issue = "12",
	 textVersion = {
             paste("R. K. S. Hankin",
                   "2007.",
                   "Introducing untb, an R package for simulating
	     ecological drift under the unified nuetral theory of
             biodiversity",
	     	   "Journal of Statistical Software",
		   "22(12)"
		   )
         })


