Monatsarchiv: November 2015

Use R in C#: R data types

Maybe you want to use R in C# to do some basic data analysis and create some nice plots. In such cases it is not necessary to learn the whole R syntax and know all R features. But it will … Weiterlesen

Veröffentlicht unter .NET, C#, R | Kommentar hinterlassen

Use R in C#: Create a data plot and save it as png

As shown in a previously article it is easy to integrate R in a C# application by using R.Net. Within this article I want to explain how to create a data visualization plot and export it as png file.   … Weiterlesen

Veröffentlicht unter .NET, C#, R | 2 Kommentare

Use R in C#: Execute Functions

As shown in a previous article it is easy to integrate R in a C# application by using R.Net. Within this article I want to explain how to call R functions.   Use Case The R function calls should be … Weiterlesen

Veröffentlicht unter .NET, C#, R | Kommentar hinterlassen

User Story vs. Use Case

The terms “user story” and “use case” are often used during the daily business. But what do these terms actually mean? Do both mean the same? If not, what are the differences? Which term should we use? During the daily … Weiterlesen

Veröffentlicht unter Kanban, Projektleitung, Scrum | Kommentar hinterlassen

Use R in C#

If you want to develop a desktop application on a windows platform then you will most likely use C# as programming language. Actually C# and the .Net Framework offer an efficient way to implement such applications and therefore many developers … Weiterlesen

Veröffentlicht unter .NET, C#, R | Verschlagwortet mit , | 12 Kommentare