Learn R Programming

solarius (version 0.2.3)

solarAssocClass: S3 class solarAssoc.

Description

S3 class solarAssoc.

Usage

## S3 method for class 'solarAssoc':
print(x, ...)

## S3 method for class 'solarAssoc': plot(x, y = "manh", ...)

## S3 method for class 'solarAssoc': summary(object, alpha = 0.05, ...)

Arguments

x
An object of class solarAssoc.
...
Additional arguments.
y
Character argument for plot method, indicating the type of plot. The default value is "manh".
object
An object of class solarAssoc.
alpha
Numeric argument between 0 and 1 for summary method, indicating the significance level after Bonferroni multiple-test correction. The default value is 0.05.