Apress | Advanced Object-Oriented Programming In R (2017 EN)

Discussion in 'Programming' started by Kanka, Jun 24, 2017.

  1. Kanka

    Kanka Well-Known Member Loyal User

    Messages:
    16,037
    Likes Received:
    449
    Trophy Points:
    83
    [​IMG]

    Author: Thomas Mailund
    Full Title: Advanced Object-Oriented Programming In R: Statistical Programming For Data Science, Analysis And Finance
    Publisher: Apress; 1st ed. edition (July 22, 2017)
    Year: 2017
    ISBN-13: 9781484229194 (978-1-4842-2919-4), 9781484229187 (978-1-4842-2918-7)
    ISBN-10: 1484229193, 1484229185
    Pages: 110
    Language: English
    Genre: Programming Languages
    File type: PDF (True)
    Quality: 10/10
    Price: 20.79 €


    Learn how to write object-oriented programs in R and how to construct classes and class hierarchies in the three object-oriented systems available in R. This book gives an introduction to object-oriented programming in the R programming language and shows you how to use and apply R in an object-oriented manner. You will then be able to use this powerful programming style in your own statistical programming projects to write flexible and extendable software.

    After reading Advanced Object-Oriented Programming in R, you'll come away with a practical project that you can reuse in your own analytics coding endeavors. You’ll then be able to visualize your data as objects that have state and then manipulate those objects with polymorphic or generic methods. Your projects will benefit from the high degree of flexibility provided by polymorphism, where the choice of concrete method to execute depends on the type of data being manipulated.


    What You'll Learn:
    — Define and use classes and generic functions using R
    — Work with the R class hierarchies
    — Benefit from implementation reuse
    — Handle operator overloading
    — Apply the S4 and R6 classes

    Who This Book Is For:
    Experienced programmers and for those with at least some prior experience with R programming language.

    -------------
     
    Last edited by a moderator: Sep 10, 2020