ورود به حساب

نام کاربری گذرواژه

گذرواژه را فراموش کردید؟ کلیک کنید

حساب کاربری ندارید؟ ساخت حساب

ساخت حساب کاربری

نام نام کاربری ایمیل شماره موبایل گذرواژه

برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید


09117307688
09117179751

در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید

دسترسی نامحدود

برای کاربرانی که ثبت نام کرده اند

ضمانت بازگشت وجه

درصورت عدم همخوانی توضیحات با کتاب

پشتیبانی

از ساعت 7 صبح تا 10 شب

دانلود کتاب Modern R Programming Cookbook.

دانلود کتاب کتاب آشپزی برنامه نویسی مدرن R.

Modern R Programming Cookbook.

مشخصات کتاب

Modern R Programming Cookbook.

ویرایش:  
نویسندگان:   
سری:  
ISBN (شابک) : 9781787288775, 1787288773 
ناشر: Packt Publishing 
سال نشر: 2017 
تعداد صفحات: 422 
زبان: English 
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 6 مگابایت 

قیمت کتاب (تومان) : 57,000



کلمات کلیدی مربوط به کتاب کتاب آشپزی برنامه نویسی مدرن R.: R، آمار -- پردازش داده ها، نرم افزار کاربردی -- توسعه، R (زبان برنامه کامپیوتری)



ثبت امتیاز به این کتاب

میانگین امتیاز به این کتاب :
       تعداد امتیاز دهندگان : 9


در صورت تبدیل فایل کتاب Modern R Programming Cookbook. به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب کتاب آشپزی برنامه نویسی مدرن R. نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


توضیحاتی درمورد کتاب به خارجی



فهرست مطالب

""Cover""
""Copyright""
""Credits""
""About the Author""
""About the Reviewer""
""www.PacktPub.com""
""Customer Feedback""
""Table of Contents""
""Preface""
""Chapter 1: Installing and Configuring R and its Libraries""
""Introduction""
""Installing and configuring base R in Windows""
""Getting ready""
""How to do it ... ""
""How it works ... ""
""There's more ... ""
""See also""
""Installing and configuring base R in Linux""
""Getting ready""
""How to do it ... ""
""There's more ... ""
""See also""
""Installing and configuring RStudio IDE in Windows""
""Getting ready"" ""How to do itâ#x80
Œ""""How it worksâ#x80
Œ""
""There's moreâ#x80
Œ""
""See also""
""Installing and configuring RStudio IDE in Linux""
""Getting ready""
""How to do itâ#x80
Œ""
""How it works ... ""
""See also""
""Installing and configuring R tools for Visual Studio in Windows""
""Getting ready""
""How to do itâ#x80
Œ""
""How it worksâ#x80
Œ""
""See also""
""Installing R libraries from various sources""
""Getting ready""
""How to do itâ#x80
Œ""
""The ggplot2 library""
""The devtools library""
""Installing a library from GitHub""
""Installing a library from the BioC repository""
""How it worksâ#x80
Œ"" ""There's moreâ#x80
¦""""See also""
""Installing a specific version of R library""
""Getting ready""
""How to do itâ#x80
¦""
""How it worksâ#x80
¦""
""Chapter 2: Data Structures in R""
""Introduction""
""Creating a vector and accessing its properties""
""Getting ready""
""How to do itâ#x80
¦""
""How it worksâ#x80
¦""
""There's moreâ#x80
¦""
""See also""
""Creating a matrix and accessing its properties""
""Getting ready""
""How to do itâ#x80
¦""
""How it worksâ#x80
¦""
""There's moreâ#x80
¦""
""See also""
""Creating a data frame and accessing its properties""
""Getting ready""
""How to do itâ#x80
¦"" ""How it worksâ#x80
¦""""There's moreâ#x80
¦""
""See also""
""Creating an array and accessing its properties""
""Getting ready""
""How to do itâ#x80
¦""
""How it worksâ#x80
¦""
""There's moreâ#x80
¦""
""See also""
""Creating a list from a combination of vector, matrix, and data frame""
""Getting ready""
""How to do itâ#x80
¦""
""How it worksâ#x80
¦""
""There's moreâ#x80
¦""
""See also""
""Converting a matrix to a data frame and a data frame to a matrix""
""Getting ready""
""How to do itâ#x80
¦""
""How it worksâ#x80
¦""
""There's moreâ#x80
¦""
""See also""
""Chapter 3: Writing Customized Functions""
""Introduction"" ""Writing your first function in R""""Getting ready""
""How to do itâ#x80
¦""
""How it worksâ#x80
¦""
""Thereâ#x80
#x99
s moreâ#x80
¦""
""Writing functions with multiple arguments and use of default values""
""Getting ready""
""How to do itâ#x80
¦""
""How it worksâ#x80
¦""
""Thereâ#x80
#x99
s moreâ#x80
¦""
""Handling data types in input arguments""
""Getting ready""
""How to do itâ#x80
¦""
""How it worksâ#x80
¦""
""Thereâ#x80
#x99
s moreâ#x80
¦""
""Producing different output types and return values""
""Getting ready""
""How to do itâ#x80
¦""
""How it worksâ#x80
¦""
""Thereâ#x80
#x99
s moreâ#x80
¦""
""Making a recursive call to a function""




نظرات کاربران