Questions tagged as 'summary'

2
answers

Is it a good practice to use summary for documentation?

Is this the best way to document code in C #? /// <summary> /// Descrição /// </summary>     
asked by 19.03.2014 / 20:19
1
answer

Is it possible to leave the summary in Portuguese?

Is it possible to leave in Portuguese the <summary> hints of existing methods in .NET or third-party components in Visual Studio?     
asked by 20.08.2014 / 17:57
1
answer

Use of the summarySE function to construct a graph in ggplot2

Hello, I'm looking for help to improve a script in R. I've developed it with the help of the ggplot2 package. I have some mistakes and I would like opinions. In the study, I evaluated the effect of intra and interspecific interaction between two...
asked by 09.07.2018 / 07:18
1
answer

Summary in classes and methods [duplicate]

How important is it to use <summary> in methods and classes? How shocking is this at the development level? What is the good side and the bad side of its use?     
asked by 05.10.2015 / 19:18
1
answer

Error generating graph with package ggplot2 in R

Hello, I'm looking for help to improve a script in R. I've developed it with the help of the ggplot2 package. I want to show a graph with average and standard error and the points of the data set. For this I used the layers "geom_errorbar ()" an...
asked by 08.08.2018 / 16:09
1
answer

Recommendations for comments in an interface and its contracts

Every day I come across this situation when I insert comment for an interface and for a class. I am in doubt whether to use the same interface comments and their contracts in the class and its methods. I have already done a lot of research on...
asked by 19.02.2015 / 12:58
1
answer

Separate values from a list of summaries in R

From the previous question How to execute a looping in R and save the results of a summary in a vector I have a list of 20 summaries with values calculated from a specified template. One of the answers obtained is of the form smry_list[[2]]...
asked by 18.04.2018 / 14:22
1
answer

GROUP BY and SUM in Crystal Report

I need to do something relatively simple with Crystal Report but I can not. I have a report like this: OP | CLIENTE | PREÇO 1 João 10 1 João 20 1 João 30 2 Marcelo...
asked by 05.12.2014 / 14:56