Learn R Programming

FreeSortR (version 1.3)

DescriptionPartition: Description of a partition

Description

DescriptionPartition() shows a partition given by a subject.

Usage

DescriptionPartition(Part, subject = 1, replicate = 1, Labels=NULL)

Arguments

Part

Object of class SortingPartition or vector giving a partition

subject

Subject identifier (number or label of a subject)

replicate

Number of the replicate to show (in the case of multiple partitions)

Labels

Labels of the stimuli

Value

Returns the partition with labels of stimuli bracketted in groups.

Examples

Run this code
# NOT RUN {
  data(AromaSort)
  Aroma<-SortingPartition(AromaSort)
  DescriptionPartition(Aroma,subject=1)
# }

Run the code above in your browser using DataLab