citHeader("To cite 'loa' package in publications use:")

citEntry(entry="Manual",
         title = "loa: various plots, options and add-ins for use with lattice.",
         author = personList(as.person("Karl Ropkins")),
         year = format(as.Date(packageDescription("loa", fields = c("Date"))), "%Y"),
         note = paste("R package version ", packageDescription("loa", fields = c("Version"))[1], sep=""),

         textVersion =
         paste("Karl Ropkins (",
               format(as.Date(packageDescription("loa", fields = c("Date"))), "%Y"),
               "). loa: various plots, options and add-ins for use with lattice. ",
               "R package version ",
               packageDescription("loa", fields = c("Version"))[1],
               ".", sep=""))

citEntry(entry="proceedings",
         title = "R, lattice and RgoogleMaps: A practical framework for the development of new geovisualizations.",
         author = personList(as.person("Karl Ropkins"),
                             as.person("David C. Carslaw"),
                             as.person("Said Munir"),
                             as.person("Haibo Chen")),
         year = "2012",
         note = "Invited paper for Special Session on Statistical Graphics, American Statistical Association (ASA) 2012 Joint Statistical Meeting, San Diego, US, 29 July - 2 August, 2012.",

         textVersion = "Karl Ropkins, David C. Carslaw, Said Munir and Haibo Chen (2012). R, lattice and RgoogleMaps: A practical framework for the development of new geovisualizations. Invited paper for Special Session on Statistical Graphics, American Statistical Association (ASA) 2012 Joint Statistical Meeting, San Diego, US, 29 July - 2 August, 2012."
         )


citFooter("Please cite both 'loa' and R ",
          "when using 'loa' for data analysis.",
          "For R citation, see ", sQuote("citation()"))

